共用方式為


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