Freigeben über


CommandContextChangedEventArgs-Konstruktor

Konstruktor.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    cookie As UInteger, _
    active As Boolean _
)
public CommandContextChangedEventArgs(
    uint cookie,
    bool active
)

Parameter

  • cookie
    Typ: System.UInt32
    Cookie, das dem sich ändernden Befehlskontext entspricht.
  • active
    Typ: System.Boolean
    "True", wenn der Befehlskontext aktiviert ist, "False", wenn der Kontext deaktiviert ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

CommandContextChangedEventArgs Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace