IGraphContext.NodeCategories 属性

在 OutputNodes 集合将放在目标节点类别。

空集合提示所有目标节点应为输出节点。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
ReadOnly Property NodeCategories As IEnumerable(Of GraphCategory)
IEnumerable<GraphCategory> NodeCategories { get; }
property IEnumerable<GraphCategory^>^ NodeCategories {
    IEnumerable<GraphCategory^>^ get ();
}
abstract NodeCategories : IEnumerable<GraphCategory> with get
function get NodeCategories () : IEnumerable<GraphCategory>

属性值

类型:IEnumerable<GraphCategory>

.NET Framework 安全性

请参阅

参考

IGraphContext 接口

Microsoft.VisualStudio.GraphModel 命名空间