共用方式為


Graph.Nodes 屬性

取得節點的集合。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public ReadOnly Property Nodes As GraphNodeCollection
public GraphNodeCollection Nodes { get; }
public:
property GraphNodeCollection^ Nodes {
    GraphNodeCollection^ get ();
}
member Nodes : GraphNodeCollection with get
function get Nodes () : GraphNodeCollection

屬性值

類型:Microsoft.VisualStudio.GraphModel.GraphNodeCollection

.NET Framework 安全性

請參閱

參考

Graph 類別

Microsoft.VisualStudio.GraphModel 命名空間