NodeShape.Link Property
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.
Gets a list of Link. Description for Microsoft.VisualStudio.Modeling.Diagrams.LinkConnectsToNode.Nodes
public:
virtual property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^> ^ Link { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^> ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkShape> Link { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Link : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.Diagrams.LinkShape>
Public Overridable ReadOnly Property Link As LinkedElementCollection(Of LinkShape)
Property Value
- Attributes