Condividi tramite


Proprietà IGraphContext.NodeCategories

Le categorie di destinazione del nodo che verranno inserite nella raccolta di OutputNodes.

Una raccolta vuota implica che tutti i nodi di destinazione devono essere nodi restituiti.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
ReadOnly Property NodeCategories As IEnumerable(Of GraphCategory)
IEnumerable<GraphCategory> NodeCategories { get; }
property IEnumerable<GraphCategory^>^ NodeCategories {
    IEnumerable<GraphCategory^>^ get ();
}
abstract NodeCategories : IEnumerable<GraphCategory>
function get NodeCategories () : IEnumerable<GraphCategory>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<GraphCategory>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGraphContext Interfaccia

Spazio dei nomi Microsoft.VisualStudio.GraphModel