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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.