GraphUpdatedEventArgs::RemovedCategories Property
Visual Studio 2015
The removed categories for each GraphObject in this graph.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IDictionary<GraphObject^, ISet<GraphCategory^>^>^ RemovedCategories { IDictionary<GraphObject^, ISet<GraphCategory^>^>^ get(); }
Property Value
Type: System.Collections.Generic::IDictionary<GraphObject^, ISet<GraphCategory^>^>^
Show: