Compartir a través de


CommandContextChangedEventArgs (Constructor)

Constructor.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintaxis

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

Parámetros

  • cookie
    Tipo: System.UInt32
    Cookie correspondiente al contexto del comando que está cambiando.
  • active
    Tipo: System.Boolean
    True si el contexto de comando se va a activar, false si se va a desactivar el contexto.

Seguridad de .NET Framework

Vea también

Referencia

CommandContextChangedEventArgs Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)