Partilhar via


Propriedade IGraphContext.LinkDepth

Quantos links fora dos nós de entrada para retornar.

o modo de int.MaxValue buscam tudo que é alcançável de nós de entrada.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
ReadOnly Property LinkDepth As Integer
int LinkDepth { get; }
property int LinkDepth {
    int get ();
}
abstract LinkDepth : int
function get LinkDepth () : int

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

IGraphContext Interface

Namespace Microsoft.VisualStudio.GraphModel