Partilhar via


Propriedade GraphUpdatedEventArgs.RemovedGroups

Obtém o dicionário removido 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 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 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