LinkConnectsToNode.GetLinksToLink (Método)

Obtiene la lista de vínculos de LinkConnectsToNode a 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 GetLinksToLink ( _
    nodesInstance As NodeShape _
) As ReadOnlyCollection(Of LinkConnectsToNode)
public static ReadOnlyCollection<LinkConnectsToNode> GetLinksToLink(
    NodeShape nodesInstance
)

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)