CompartmentShapeMapHasCompartmentMaps.GetLinksToCompartmentMaps Method
Get the list of CompartmentShapeMapHasCompartmentMaps links to a CompartmentShapeMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLinksToCompartmentMaps ( _
shapeMapInstance As CompartmentShapeMap _
) As ReadOnlyCollection(Of CompartmentShapeMapHasCompartmentMaps)
public static ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps> GetLinksToCompartmentMaps(
CompartmentShapeMap shapeMapInstance
)
public:
static ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps^>^ GetLinksToCompartmentMaps(
CompartmentShapeMap^ shapeMapInstance
)
static member GetLinksToCompartmentMaps :
shapeMapInstance:CompartmentShapeMap -> ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>
public static function GetLinksToCompartmentMaps(
shapeMapInstance : CompartmentShapeMap
) : ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>
Parameters
- shapeMapInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap
Return Value
Type: ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.