다음을 통해 공유


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>> with get
function get RemovedCategories () : IDictionary<GraphObject, ISet<GraphCategory>>

속성 값

형식: IDictionary<GraphObject, ISet<GraphCategory>>

.NET Framework 보안

참고 항목

참조

GraphUpdatedEventArgs 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스