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 DiagramHasShapeMaps links to a Diagram.
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 GetLinksToShapeMaps ( _
diagramInstance As Diagram _
) As ReadOnlyCollection(Of DiagramHasShapeMaps)
public static ReadOnlyCollection<DiagramHasShapeMaps> GetLinksToShapeMaps(
Diagram diagramInstance
)
public:
static ReadOnlyCollection<DiagramHasShapeMaps^>^ GetLinksToShapeMaps(
Diagram^ diagramInstance
)
static member GetLinksToShapeMaps :
diagramInstance:Diagram -> ReadOnlyCollection<DiagramHasShapeMaps>
public static function GetLinksToShapeMaps(
diagramInstance : Diagram
) : ReadOnlyCollection<DiagramHasShapeMaps>
Parameters
- diagramInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Diagram
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DiagramHasShapeMaps>
.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.