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 | |
---|---|---|
vsCommandStatusEnabled | Il comando è attualmente attivato. | |
vsCommandStatusInvisible | Il comando è attualmente nascosto. | |
vsCommandStatusLatched | Il comando è attualmente latched (lo stato del comando corrisponde alla selezione). | |
vsCommandStatusNinched | Riservato per un utilizzo futuro. | |
vsCommandStatusSupported | Il comando è supportato nel contesto. | |
vsCommandStatusUnsupported | Comando non supportato in questo contesto. |