vsCommandStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current status of the command.
public enum class vsCommandStatus
public enum class vsCommandStatus
enum vsCommandStatus
[System.Runtime.InteropServices.Guid("E0ACE2E3-49C1-4AA3-AC03-A2877A93D77F")]
public enum vsCommandStatus
[<System.Runtime.InteropServices.Guid("E0ACE2E3-49C1-4AA3-AC03-A2877A93D77F")>]
type vsCommandStatus =
Public Enum vsCommandStatus
- Inheritance
-
vsCommandStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCommandStatusUnsupported | 0 | The command is not supported in this context. |
vsCommandStatusSupported | 1 | The command is supported in this context. |
vsCommandStatusEnabled | 2 | The command is currently enabled. |
vsCommandStatusLatched | 4 | The command is currently latched. |
vsCommandStatusNinched | 8 | Reserved for future use. |
vsCommandStatusInvisible | 16 | The command is currently hidden. |