Condividi tramite


Enumerazione vsCommandStatus

Lo stato corrente del comando.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
<GuidAttribute("E0ACE2E3-49C1-4AA3-AC03-A2877A93D77F")> _
Public Enumeration vsCommandStatus
[GuidAttribute("E0ACE2E3-49C1-4AA3-AC03-A2877A93D77F")]
public enum vsCommandStatus
[GuidAttribute(L"E0ACE2E3-49C1-4AA3-AC03-A2877A93D77F")]
public enum class vsCommandStatus
[<GuidAttribute("E0ACE2E3-49C1-4AA3-AC03-A2877A93D77F")>]
type vsCommandStatus
public enum vsCommandStatus

Membri

Nome membro Descrizione
vsCommandStatusUnsupported Il comando non è supportato nel contesto.
vsCommandStatusSupported Il comando è supportato nel contesto.
vsCommandStatusEnabled Il comando è attualmente attivato.
vsCommandStatusLatched Il comando è attualmente latched (lo stato del comando corrisponde alla selezione).
vsCommandStatusNinched Riservato per utilizzi futuri.
vsCommandStatusInvisible Il comando è attualmente nascosto.

Vedere anche

Riferimenti

Spazio dei nomi EnvDTE