GraphUpdatedEventArgs.RemovedCategories 属性

定义

此图中每个 GraphObject 的已删除类别。

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))

属性值

IDictionary<GraphObject,ISet<GraphCategory>>

适用于