Condividi tramite


Proprietà IGraphContext.LinkDepth

Il numero di collegamenti dai nodi di input da restituire.

i mezzi di int.MaxValue recuperare tutto ciò che è raggiungibile dai nodi di input.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
ReadOnly Property LinkDepth As Integer
int LinkDepth { get; }
property int LinkDepth {
    int get ();
}
abstract LinkDepth : int
function get LinkDepth () : int

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGraphContext Interfaccia

Spazio dei nomi Microsoft.VisualStudio.GraphModel