GraphUpdatedEventArgs.GetRemovedCategories(GraphObject) 方法

定义

获取给定已更改节点的已删除图形类别的列表。

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ GetRemovedCategories(Microsoft::VisualStudio::GraphModel::GraphObject ^ parent);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> GetRemovedCategories (Microsoft.VisualStudio.GraphModel.GraphObject parent);
member this.GetRemovedCategories : Microsoft.VisualStudio.GraphModel.GraphObject -> seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public Function GetRemovedCategories (parent As GraphObject) As IEnumerable(Of GraphCategory)

参数

parent
GraphObject

已更改的节点

返回

IEnumerable<GraphCategory>

如果没有删除类别,则已删除类别的集合 (可能为空)

适用于