LinkConnectsToNode.GetLinks(LinkShape, NodeShape) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
- Attribute