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 命名空间