IGraphContext.LinkCategories 属性

导航的链接类别从 (为的输入节点的遍历的关系)。

例如,“调用”,或“调用和引用”,依此类推

空集合提示应遍历所有链接。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
ReadOnly Property LinkCategories As IEnumerable(Of GraphCategory)
IEnumerable<GraphCategory> LinkCategories { get; }
property IEnumerable<GraphCategory^>^ LinkCategories {
    IEnumerable<GraphCategory^>^ get ();
}
abstract LinkCategories : IEnumerable<GraphCategory> with get
function get LinkCategories () : IEnumerable<GraphCategory>

属性值

类型:IEnumerable<GraphCategory>

.NET Framework 安全性

请参阅

参考

IGraphContext 接口

Microsoft.VisualStudio.GraphModel 命名空间