Freigeben über


IGraphContext.LinkDepth-Eigenschaft

Wie viele Links vom Eingabeknoten zurückgegeben.

int.MaxValue-Mittel ruft alle ab, die von den Eingabeknoten erreichbar ist.

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

Syntax

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

Eigenschaftswert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IGraphContext Schnittstelle

Microsoft.VisualStudio.GraphModel-Namespace