Microsoft.VisualStudio.Project.SelectionListener.OnCmdUIContextChanged C# (CSharp) Method

OnCmdUIContextChanged() public method

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