MonitorSelectionServiceHelper.IVsSelectionEvents.OnCmdUIContextChanged Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Private Function OnCmdUIContextChanged ( _
    cookie As UInteger, _
    fActive As Integer _
) As Integer Implements IVsSelectionEvents.OnCmdUIContextChanged
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim cookie As UInteger
Dim fActive As Integer
Dim returnValue As Integer

returnValue = CType(instance, IVsSelectionEvents).OnCmdUIContextChanged(cookie, _
    fActive)
int IVsSelectionEvents.OnCmdUIContextChanged(
    uint cookie,
    int fActive
)
private:
virtual int OnCmdUIContextChanged(
    unsigned int cookie, 
    int fActive
) sealed = IVsSelectionEvents::OnCmdUIContextChanged
JScript does not support explicit interface implementations.
private abstract OnCmdUIContextChanged : 
        cookie:uint32 * 
        fActive:int -> int 
private override OnCmdUIContextChanged : 
        cookie:uint32 * 
        fActive:int -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)

.NET Framework Security

See Also

Reference

MonitorSelectionServiceHelper Class

MonitorSelectionServiceHelper Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace