IGraphContext.LinkDepth-Eigenschaft

Wie viele Links von den den Eingabeknoten zurückgegeben.

int.MaxValue-Mittel ruft alle ab, das 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
function get LinkDepth () : int

Eigenschaftswert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IGraphContext Schnittstelle

Microsoft.VisualStudio.GraphModel-Namespace