SelectionListener.OnCmdUIContextChanged Method

This method does nothing.

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

Syntax

'Declaration
Public Overridable Function OnCmdUIContextChanged ( _
    dwCmdUICookie As UInteger, _
    fActive As Integer _
) As Integer
'Usage
Dim instance As SelectionListener
Dim dwCmdUICookie As UInteger
Dim fActive As Integer
Dim returnValue As Integer

returnValue = instance.OnCmdUIContextChanged(dwCmdUICookie, _
    fActive)
public virtual int OnCmdUIContextChanged(
    uint dwCmdUICookie,
    int fActive
)
public:
virtual int OnCmdUIContextChanged(
    unsigned int dwCmdUICookie, 
    int fActive
)
public function OnCmdUIContextChanged(
    dwCmdUICookie : uint, 
    fActive : int
) : int
abstract OnCmdUIContextChanged : 
        dwCmdUICookie:uint32 * 
        fActive:int -> int 
override OnCmdUIContextChanged : 
        dwCmdUICookie:uint32 * 
        fActive:int -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)

.NET Framework Security

See Also

Reference

SelectionListener Class

SelectionListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace