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>

参数

返回值

类型:IEnumerable<GraphCategory>
移除类别的集合。(可能为 null,如果没有移除类别。)

.NET Framework 安全性

请参阅

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间