vsCommandStatus Enumeration
Visual Studio 2015
The current status of the command.
Assembly: EnvDTE (in EnvDTE.dll)
| 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. |
Show: