IGraphContext.NodeCategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The target node categories that will be placed in the OutputNodes collection. An empty collection implies that all target nodes should be output nodes.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ NodeCategories { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> NodeCategories { get; }
member this.NodeCategories : seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public ReadOnly Property NodeCategories As IEnumerable(Of GraphCategory)