Condividi tramite


Proprietà GraphUpdatedEventArgs.RemovedGroups

Ottiene il dizionario rimosso l'oggetto dell'oggetto di isolatore per gruppi e, se è null, crea vuoto affinché questo non restituisce mai null.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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>>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUpdatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel