Sdílet prostřednictvím


SelectionListener.OnCmdUIContextChanged – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overridable Function OnCmdUIContextChanged ( _
    dwCmdUICookie As UInteger, _
    fActive As Integer _
) As Integer
public virtual int OnCmdUIContextChanged(
    uint dwCmdUICookie,
    int fActive
)
public:
virtual int OnCmdUIContextChanged(
    unsigned int dwCmdUICookie, 
    int fActive
)
abstract OnCmdUIContextChanged : 
        dwCmdUICookie:uint32 * 
        fActive:int -> int 
override OnCmdUIContextChanged : 
        dwCmdUICookie:uint32 * 
        fActive:int -> int 
public function OnCmdUIContextChanged(
    dwCmdUICookie : uint, 
    fActive : int
) : int

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SelectionListener Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů