CommonModelingCommands Class
Defines the command IDs of the shared commands in the Domain-Specific Language Designer.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Shell.CommonModelingCommands
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class CommonModelingCommands
public static class CommonModelingCommands
public ref class CommonModelingCommands abstract sealed
[<AbstractClass>]
[<Sealed>]
type CommonModelingCommands = class end
public final class CommonModelingCommands
The CommonModelingCommands type exposes the following members.
Fields
Name | Description | |
---|---|---|
CompartmentItemAdd | Gets the command ID of the Add List Item command for the compartment list. | |
CompartmentItemEdit | Gets the command ID of the Edit command for the compartment list. | |
CompartmentShapeAddItem | Gets the command ID of the Add Item command for the compartment shape. | |
CompartmentShapeExpandCollapse | Gets the command ID of the Expand/Collapse command for the compartment shape. | |
ModelExplorerAddModelElement | Gets the command ID of the Add Model Element command for Model Explorer. | |
ModelExplorerDeleteAll | Gets the command ID of the Delete All command for Model Explorer. | |
PageSetup | Gets the command ID of the Page Setup command. | |
Gets the command ID of the Print command. | ||
PrintPreview | Gets the command ID of the Print Preview command. | |
Properties | Gets the command ID of the Properties command. | |
RerouteLine | Gets the command ID of the Reroute command. | |
ResetDecoratorLocation | Gets the command ID of the Reset Location command. | |
ResetDecoratorSize | Gets the command ID of the Reset Size command. | |
SwimlaneAddAfter | Gets the command ID of the Add After command for the swimlane header. | |
SwimlaneAddBefore | Gets the command ID of the Add Before command for the swimlane header. | |
Validate | Gets the command ID of the Validate command for an element in a model. | |
ValidateModel | Gets the command ID of the Validate Model command for the model. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.