Freigeben über


ParentShapeHasRelativeChildShapes.GetLinks-Methode

Ruft alle ParentShapeHasRelativeChildShapes-Links zwischen einem angegebenen ShapeElement und einem ShapeElement ab.

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

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As ShapeElement, _
    target As ShapeElement _
) As ReadOnlyCollection(Of ParentShapeHasRelativeChildShapes)
public static ReadOnlyCollection<ParentShapeHasRelativeChildShapes> GetLinks(
    ShapeElement source,
    ShapeElement target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<ParentShapeHasRelativeChildShapes>

.NET Framework-Sicherheit

Siehe auch

Referenz

ParentShapeHasRelativeChildShapes Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace