GraphUpdatedEventArgs.AddedGroups (Propiedad)

Obtiene el diccionario ha agregado el objeto object real de aislador para los grupos, y, si es null, crea vacío de modo que esto nunca devuelve null.

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

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

GraphUpdatedEventArgs Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)