Partilhar via


Propriedade GraphUpdatedEventArgs.AddedCategories

As categorias adicionados para cada GraphObject modificado em este gráfico.

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

Sintaxe

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

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