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