Partilhar via


Propriedade GraphUpdatedEventArgs.RemovedCategories

As categorias removidos para cada GraphObject em este gráfico.

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

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

GraphUpdatedEventArgs Classe

Namespace Microsoft.VisualStudio.GraphModel