Graph.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.
Get the collection of all nodes in the graph, including nodes that are groups.
public:
property Microsoft::VisualStudio::GraphModel::GraphNodeCollection ^ Nodes { Microsoft::VisualStudio::GraphModel::GraphNodeCollection ^ get(); };
public Microsoft.VisualStudio.GraphModel.GraphNodeCollection Nodes { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Nodes : Microsoft.VisualStudio.GraphModel.GraphNodeCollection
Public ReadOnly Property Nodes As GraphNodeCollection
Property Value
- Attributes