Condividi tramite


Metodo ParentShapeContainsNestedChildShapes.GetLinks

Ottenere tutti i collegamenti di ParentShapeContainsNestedChildShapes 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 ParentShapeContainsNestedChildShapes)
public static ReadOnlyCollection<ParentShapeContainsNestedChildShapes> GetLinks(
    ShapeElement source,
    ShapeElement target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ParentShapeContainsNestedChildShapes Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams