vsCommandStatus Enum

Definition

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

vsCommandStatusEnabled 2

The command is currently enabled.

vsCommandStatusInvisible 16

The command is currently hidden.

vsCommandStatusLatched 4

The command is currently latched.

vsCommandStatusNinched 8

Reserved for future use.

vsCommandStatusSupported 1

The command is supported in this context.

vsCommandStatusUnsupported 0

The command is not supported in this context.

Applies to