GraphUpdatedEventArgs::RemovedGroups Property
Visual Studio 2015
Gets the actual isolator object's removed 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^>^>^ RemovedGroups { Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get(); }
Property Value
Type: System.Collections.Generic::Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^
Show: