Condividi tramite


Metodo LinkConnectsToNode.GetLinks

Ottenere tutti i collegamenti di LinkConnectsToNode tra un LinkShape specificato e un NodeShape.

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 LinkShape, _
    target As NodeShape _
) As ReadOnlyCollection(Of LinkConnectsToNode)
public static ReadOnlyCollection<LinkConnectsToNode> GetLinks(
    LinkShape source,
    NodeShape target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LinkConnectsToNode Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams