IGraphContext.LinkDepth 属性

从返回的输入节点的多少个链接。

int.MaxValue 表示获取来自输入节点是可访问的所有内容。

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

语法

声明
ReadOnly Property LinkDepth As Integer
int LinkDepth { get; }
property int LinkDepth {
    int get ();
}
abstract LinkDepth : int with get
function get LinkDepth () : int

属性值

类型:Int32

.NET Framework 安全性

请参阅

参考

IGraphContext 接口

Microsoft.VisualStudio.GraphModel 命名空间