Share via


CommonModelingCommands.CompartmentShapeExpandCollapse Field

Gets the command ID of the Expand/Collapse command for the compartment shape.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Shared ReadOnly CompartmentShapeExpandCollapse As CommandID
'Usage
Dim value As CommandID 

value = CommonModelingCommands.CompartmentShapeExpandCollapse
public static readonly CommandID CompartmentShapeExpandCollapse
public:
static initonly CommandID^ CompartmentShapeExpandCollapse
public static final var CompartmentShapeExpandCollapse : CommandID

Remarks

By using the Expand/Collapse command, you can show or hide the items in a compartment shape.

.NET Framework Security

See Also

Reference

CommonModelingCommands Class

CommonModelingCommands Members

Microsoft.VisualStudio.Modeling.Shell Namespace