GraphUpdatedEventArgs::RemovedGroups Property

 

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.

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

public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ RemovedGroups {
	Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get();
}
Return to top
Show: