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