LinkConnectsToNode.GetLinks (Método)

Obtiene los vínculos de LinkConnectsToNode entre un LinkShape determinado y un NodeShape.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
Public Shared Function GetLinks ( _
    source As LinkShape, _
    target As NodeShape _
) As ReadOnlyCollection(Of LinkConnectsToNode)
public static ReadOnlyCollection<LinkConnectsToNode> GetLinks(
    LinkShape source,
    NodeShape target
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

LinkConnectsToNode Clase

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)