IGraphContext.NodeCategories Property

Definition

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)

Property Value

Applies to