共用方式為


GraphUpdatedEventArgs.GetRemovedCategories 方法

取得指定變更節點的移除圖形分類清單。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Function GetRemovedCategories ( _
    parent As GraphObject _
) As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> GetRemovedCategories(
    GraphObject parent
)
public:
IEnumerable<GraphCategory^>^ GetRemovedCategories(
    GraphObject^ parent
)
member GetRemovedCategories : 
        parent:GraphObject -> IEnumerable<GraphCategory> 
public function GetRemovedCategories(
    parent : GraphObject
) : IEnumerable<GraphCategory>

參數

傳回值

型別:System.Collections.Generic.IEnumerable<GraphCategory>
已移除分類的集合,如果沒有移除任何分類,可以是空的

.NET Framework 安全性

請參閱

參考

GraphUpdatedEventArgs 類別

Microsoft.VisualStudio.GraphModel 命名空間