Condividi tramite


Metodo ParentShapeHasRelativeChildShapes.GetLinksToRelativeChildShapes

Ottenere l'elenco di collegamenti di ParentShapeHasRelativeChildShapes a uno ShapeElement.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetLinksToRelativeChildShapes ( _
    parentShapeInstance As ShapeElement _
) As ReadOnlyCollection(Of ParentShapeHasRelativeChildShapes)
public static ReadOnlyCollection<ParentShapeHasRelativeChildShapes> GetLinksToRelativeChildShapes(
    ShapeElement parentShapeInstance
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ParentShapeHasRelativeChildShapes Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams