Graph.Nodes Property

Definition

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

Applies to