LinkConnectsToNode.GetLinksToLink(NodeShape) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of LinkConnectsToNode links to a NodeShape.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::Diagrams::LinkConnectsToNode ^> ^ GetLinksToLink(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ nodesInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode> GetLinksToLink (Microsoft.VisualStudio.Modeling.Diagrams.NodeShape nodesInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToLink : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode>
Public Shared Function GetLinksToLink (nodesInstance As NodeShape) As ReadOnlyCollection(Of LinkConnectsToNode)
Parameters
- nodesInstance
- NodeShape
Returns
- Attributes