Condividi tramite


Metodo ParentShapeHasRelativeChildShapes.GetLinks

Ottenere tutti i collegamenti di ParentShapeHasRelativeChildShapes tra uno ShapeElement specificato e 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 GetLinks ( _
    source As ShapeElement, _
    target As ShapeElement _
) As ReadOnlyCollection(Of ParentShapeHasRelativeChildShapes)
public static ReadOnlyCollection<ParentShapeHasRelativeChildShapes> GetLinks(
    ShapeElement source,
    ShapeElement target
)

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