Freigeben über


GraphUpdatedEventArgs.AddedCategories-Eigenschaft

Die hinzugefügten Kategorien für jedes geänderte GraphObject in diesem Diagramm.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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>> with get
function get AddedCategories () : IDictionary<GraphObject, ISet<GraphCategory>>

Eigenschaftswert

Typ: IDictionary<GraphObject, ISet<GraphCategory>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace