GraphUpdatedEventArgs.AddedCategories Property

Definition

The added categories for each changed GraphObject in this graph.

public:
 property System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::ISet<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^> ^ AddedCategories { System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::ISet<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject,System.Collections.Generic.ISet<Microsoft.VisualStudio.GraphModel.GraphCategory>> AddedCategories { get; }
member this.AddedCategories : System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject, System.Collections.Generic.ISet<Microsoft.VisualStudio.GraphModel.GraphCategory>>
Public ReadOnly Property AddedCategories As IDictionary(Of GraphObject, ISet(Of GraphCategory))

Property Value

Applies to