Partager via


GraphUpdatedEventArgs.AddedCategories, propriété

Les catégories ajoutées pour chaque GraphObject modifié dans ce graphique.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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>>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

GraphUpdatedEventArgs Classe

Microsoft.VisualStudio.GraphModel, espace de noms