CommandAvailability Constants

Top  Previous  Next

These are the constants used to indicate the times at which the external operation can be used. The values are specified through the CommandAvailability property of the OperationInfo class. These values can be combined together (ORed).

Constant

Description

DebugTime

The command is available at debug-time.

DesignTime

The command is available at design-time.

RunTime

The command is available at run-time.

See Also:

OperationInfo Class