Freigeben über


LinkConnectsToNode.GetLinksToLink-Methode

Ruft die Liste der LinkConnectsToNode-Links für NodeShape ab.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Shared Function GetLinksToLink ( _
    nodesInstance As NodeShape _
) As ReadOnlyCollection(Of LinkConnectsToNode)
public static ReadOnlyCollection<LinkConnectsToNode> GetLinksToLink(
    NodeShape nodesInstance
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

LinkConnectsToNode Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace