GraphUpdatedEventArgs.RemovedCategories Property

Definition

The removed categories for each GraphObject in this graph.

public:
 property System::Collections::Generic::IDictionary<Microsoft::VisualStudio::GraphModel::GraphObject ^, System::Collections::Generic::ISet<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^> ^ RemovedCategories { 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>> RemovedCategories { get; }
member this.RemovedCategories : System.Collections.Generic.IDictionary<Microsoft.VisualStudio.GraphModel.GraphObject, System.Collections.Generic.ISet<Microsoft.VisualStudio.GraphModel.GraphCategory>>
Public ReadOnly Property RemovedCategories As IDictionary(Of GraphObject, ISet(Of GraphCategory))

Property Value

Applies to