Freigeben über


GraphUpdatedEventArgs.AddedGroups-Eigenschaft

Ruft die tatsächlichen Isolatorhinzugefügte 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 AddedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> AddedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ AddedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member AddedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>> with get
function get AddedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Eigenschaftswert

Typ: Dictionary<GraphObject, IEnumerable<GraphGroup>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphUpdatedEventArgs Klasse

Microsoft.VisualStudio.GraphModel-Namespace