Graph.Nodes 属性

定义

获取图形中所有节点的集合,包括组节点。

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

属性值

GraphNodeCollection
属性

适用于