LinkConnectsToNode.GetLinks(LinkShape, NodeShape) Methode

Definition

Abrufen von linkconnectstonode-Links zwischen einer angegebenen Linkform und einer "NodeShape"-Eigenschaft.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::LinkConnectsToNode ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ source, Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode> GetLinks (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape source, Microsoft.VisualStudio.Modeling.Diagrams.NodeShape target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode>
Public Shared Function GetLinks (source As LinkShape, target As NodeShape) As ReadOnlyCollection(Of LinkConnectsToNode)

Parameter

source
LinkShape
target
NodeShape

Gibt zurück

ReadOnlyCollection<LinkConnectsToNode>
Attribute

Gilt für