Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get the list of CompartmentShapeMapHasCompartmentMaps links to a CompartmentShapeMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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: System.Collections.ObjectModel.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.