Freigeben über


GraphUpdatedEventArgs.RemovedGroups-Eigenschaft

Ruft die tatsächlichen Isolatorentfernte des Objektwörterbuch Objekts für Gruppen ab und, falls ungültig ist, erstellt ein leeres, sodass dieses nie NULL zurückgibt.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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>> with get
function get RemovedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Eigenschaftswert

Typ: Dictionary<GraphObject, IEnumerable<GraphGroup>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace