Compartir a través de


GraphUpdatedEventArgs.RemovedCategories (Propiedad)

Las categorías quitadas para cada GraphObject en este gráfico.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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>>
function get RemovedCategories () : IDictionary<GraphObject, ISet<GraphCategory>>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GraphUpdatedEventArgs Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)