CommandFlags 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.
Boolean flags for commands.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CommandFlags
[<System.Flags>]
type CommandFlags =
Public Enum CommandFlags
- Inheritance
-
CommandFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that no command flags are set. |
CanSelect | 1 | Indicates that the command can be selected. |
CanToggle | 2 | Indicates that the command can be toggled. |
Remarks
This is equivalent to Microsoft.VisualStudio.RpcContracts.Commands.CommandFlags.