Compartir a través de


GraphUpdatedEventArgs.RemovedGroups (Propiedad)

Obtiene el diccionario quitar del 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 RemovedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> RemovedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ RemovedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member RemovedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>>
function get RemovedGroups () : 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)