IGraphContext::NodeCategories Property

 

The target node categories that will be put in the OutputNodes collection.

An empty collection implies that all target nodes should be output nodes.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

property IEnumerable<GraphCategory^>^ NodeCategories {
	IEnumerable<GraphCategory^>^ get();
}
Return to top
Show: