GraphUpdatedEventArgs.GetAddedCategories 方法
获取已添加的关系图类别列出给定更改节点的。
命名空间: Microsoft.VisualStudio.GraphModel
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Function GetAddedCategories ( _
parent As GraphObject _
) As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> GetAddedCategories(
GraphObject parent
)
public:
IEnumerable<GraphCategory^>^ GetAddedCategories(
GraphObject^ parent
)
member GetAddedCategories :
parent:GraphObject -> IEnumerable<GraphCategory>
public function GetAddedCategories(
parent : GraphObject
) : IEnumerable<GraphCategory>
参数
parent
类型:Microsoft.VisualStudio.GraphModel.GraphObject已更改的节点。
返回值
类型:IEnumerable<GraphCategory>
添加类别的集合。类别,如果尚未添加,可能为 null。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。