Partilhar via


Propriedade GraphUpdatedEventArgs.AddedGroups

Obtém o dicionário adicionado do objeto do objeto real de isolador para grupos, e, se for zero, cria vazia de modo que isso nunca retorna o zero.

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

Sintaxe

'Declaração
Public ReadOnly Property AddedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> AddedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ AddedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member AddedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>>
function get AddedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<GraphObject, IEnumerable<GraphGroup>>

Segurança do .NET Framework

Consulte também

Referência

GraphUpdatedEventArgs Classe

Namespace Microsoft.VisualStudio.GraphModel