GraphUpdatedEventArgs::AddedCategories Property

 

The added categories for each changed GraphObject in this graph.

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

public:
property IDictionary<GraphObject^, ISet<GraphCategory^>^>^ AddedCategories {
	IDictionary<GraphObject^, ISet<GraphCategory^>^>^ get();
}
Return to top
Show: