Share via


CompartmentShapeMapHasCompartmentMaps.GetLinksToCompartmentMaps Method

Definition

Get the list of CompartmentShapeMapHasCompartmentMaps links to a CompartmentShapeMap.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShapeMapHasCompartmentMaps ^> ^ GetLinksToCompartmentMaps(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShapeMap ^ shapeMapInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps> GetLinksToCompartmentMaps (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap shapeMapInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToCompartmentMaps : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps>
Public Shared Function GetLinksToCompartmentMaps (shapeMapInstance As CompartmentShapeMap) As ReadOnlyCollection(Of CompartmentShapeMapHasCompartmentMaps)

Parameters

shapeMapInstance
CompartmentShapeMap

Returns

Attributes

Applies to