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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.