Microsoft.VisualStudio.Project.SelectionListener.OnCmdUIContextChanged C# (CSharp) Méthode

OnCmdUIContextChanged() public méthode

public OnCmdUIContextChanged ( uint dwCmdUICookie, int fActive ) : int
dwCmdUICookie uint
fActive int
Résultat int
        public virtual int OnCmdUIContextChanged(uint dwCmdUICookie, int fActive)
        {
            return VSConstants.E_NOTIMPL;
        }