IGraphContext::LinkDepth Property

 

How many links away from the input nodes to return.

int.MaxValue means fetch everything that is reachable from the input nodes.

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

property int LinkDepth {
	int get();
}

Property Value

Type: System::Int32
Return to top
Show: