CommandFlags Enum

Definition

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

CanSelect 1

Indicates that the command can be selected.

CanToggle 2

Indicates that the command can be toggled.

None 0

Indicates that no command flags are set.

Remarks

This is equivalent to Microsoft.VisualStudio.RpcContracts.Commands.CommandFlags.

Applies to