Aracılığıyla paylaş


GraphUpdatedEventArgs.RemovedCategories Özellik

Bu grafikte her GraphObject kaldırılan kategoriler.

Ad alanı:  Microsoft.VisualStudio.GraphModel
Derleme:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll içinde)

Sözdizimi

'Bildirim
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>>

Özellik Değeri

Tür: System.Collections.Generic.IDictionary<GraphObject, ISet<GraphCategory>>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

GraphUpdatedEventArgs Sınıf

Microsoft.VisualStudio.GraphModel Ad Alanı