Condividi tramite


Proprietà GraphUpdatedEventArgs.AddedCategories

Le categorie vengono aggiunte per ogni GraphObject modificato in questo grafico.

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

Sintassi

'Dichiarazione
Public ReadOnly Property AddedCategories As IDictionary(Of GraphObject, ISet(Of GraphCategory))
public IDictionary<GraphObject, ISet<GraphCategory>> AddedCategories { get; }
public:
property IDictionary<GraphObject^, ISet<GraphCategory^>^>^ AddedCategories {
    IDictionary<GraphObject^, ISet<GraphCategory^>^>^ get ();
}
member AddedCategories : IDictionary<GraphObject, ISet<GraphCategory>>
function get AddedCategories () : IDictionary<GraphObject, ISet<GraphCategory>>

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<GraphObject, ISet<GraphCategory>>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel