IGraphContext::InputNodes Property

 

The initial nodes from which the GraphContext navigates.

An empty collection implies a search of the global scope (ex: looking for top level namespaces).

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

property ISet<GraphNode^>^ InputNodes {
	ISet<GraphNode^>^ get();
}

For a GUI caller, this collection may correspond to the selected nodes.

Return to top
Show: