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)

Syntax

'Declaration
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>

Property Value

Type: IEnumerable<GraphCategory>

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace