Sdílet prostřednictvím


LinkConnectsToNode.GetLinks – metoda

Získáte odkazy mezi dané LinkShape a NodeShape LinkConnectsToNode.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntaxe

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

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

LinkConnectsToNode Třída

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů