GraphUpdatedEventArgs.RemovedCategories 属性

每GraphObject中移除的类别在此图中。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public ReadOnly Property RemovedCategories As IDictionary(Of GraphObject, ISet(Of GraphCategory))
public IDictionary<GraphObject, ISet<GraphCategory>> RemovedCategories { get; }
public:
property IDictionary<GraphObject^, ISet<GraphCategory^>^>^ RemovedCategories {
    IDictionary<GraphObject^, ISet<GraphCategory^>^>^ get ();
}
member RemovedCategories : IDictionary<GraphObject, ISet<GraphCategory>>
function get RemovedCategories () : IDictionary<GraphObject, ISet<GraphCategory>>

属性值

类型:System.Collections.Generic.IDictionary<GraphObject, ISet<GraphCategory>>

.NET Framework 安全性

请参见

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间