Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The current status of the command.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<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
Members
| Member name | Description | |
|---|---|---|
| vsCommandStatusEnabled | The command is currently enabled. | |
| vsCommandStatusInvisible | The command is currently hidden. | |
| vsCommandStatusLatched | The command is currently latched. | |
| vsCommandStatusNinched | Reserved for future use. | |
| vsCommandStatusSupported | The command is supported in this context. | |
| vsCommandStatusUnsupported | The command is not supported in this context. |