Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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
Public fieldStatic member CompartmentItemAdd Gets the command ID of the Add List Item command for the compartment list.
Public fieldStatic member CompartmentItemEdit Gets the command ID of the Edit command for the compartment list.
Public fieldStatic member CompartmentShapeAddItem Gets the command ID of the Add Item command for the compartment shape.
Public fieldStatic member CompartmentShapeExpandCollapse Gets the command ID of the Expand/Collapse command for the compartment shape.
Public fieldStatic member ModelExplorerAddModelElement Gets the command ID of the Add Model Element command for Model Explorer.
Public fieldStatic member ModelExplorerDeleteAll Gets the command ID of the Delete All command for Model Explorer.
Public fieldStatic member PageSetup Gets the command ID of the Page Setup command.
Public fieldStatic member Print Gets the command ID of the Print command.
Public fieldStatic member PrintPreview Gets the command ID of the Print Preview command.
Public fieldStatic member Properties Gets the command ID of the Properties command.
Public fieldStatic member RerouteLine Gets the command ID of the Reroute command.
Public fieldStatic member ResetDecoratorLocation Gets the command ID of the Reset Location command.
Public fieldStatic member ResetDecoratorSize Gets the command ID of the Reset Size command.
Public fieldStatic member SwimlaneAddAfter Gets the command ID of the Add After command for the swimlane header.
Public fieldStatic member SwimlaneAddBefore Gets the command ID of the Add Before command for the swimlane header.
Public fieldStatic member Validate Gets the command ID of the Validate command for an element in a model.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Modeling.Shell Namespace