共用方式為


GraphNodeIdName.Values 屬性

取得所有已註冊的 GraphNodeId 清單。

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

語法

'宣告
Public Shared ReadOnly Property Values As IEnumerable(Of GraphNodeIdName)
public static IEnumerable<GraphNodeIdName> Values { get; }
public:
static property IEnumerable<GraphNodeIdName^>^ Values {
    IEnumerable<GraphNodeIdName^>^ get ();
}
static member Values : IEnumerable<GraphNodeIdName> with get
static function get Values () : IEnumerable<GraphNodeIdName>

屬性值

類型:IEnumerable<GraphNodeIdName>
GraphNodeId 物件的集合

.NET Framework 安全性

請參閱

參考

GraphNodeIdName 類別

Microsoft.VisualStudio.GraphModel 命名空間