IGraphContext::NodeCategories Property
Visual Studio 2015
The target node categories that will be put in the OutputNodes collection.
An empty collection implies that all target nodes should be output nodes.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
property IEnumerable<GraphCategory^>^ NodeCategories {
IEnumerable<GraphCategory^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^
Show: