Freigeben über


ParentShapeHasRelativeChildShapes.GetLinksToRelativeChildShapes-Methode

Ruft die Liste der ParentShapeHasRelativeChildShapes-Links für 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 GetLinksToRelativeChildShapes ( _
    parentShapeInstance As ShapeElement _
) As ReadOnlyCollection(Of ParentShapeHasRelativeChildShapes)
public static ReadOnlyCollection<ParentShapeHasRelativeChildShapes> GetLinksToRelativeChildShapes(
    ShapeElement parentShapeInstance
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ParentShapeHasRelativeChildShapes Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace