Freigeben über


GraphUpdatedEventArgs.RemovedCategories-Eigenschaft

Die entfernten Kategorien für jedes GraphObject in diesem Diagramm.

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

Syntax

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

Eigenschaftswert

Typ: IDictionary<GraphObject, ISet<GraphCategory>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace