GraphUpdatedEventArgs::AddedGroups Property
Visual Studio 2015
Gets the actual isolator object's added object dictionary for groups, and, if it is null, creates an empty one so that this never returns null.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ AddedGroups { Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get(); }
Property Value
Type: System.Collections.Generic::Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^
Show: