Graph::GetSearchableObjects Method (Graph^)
Visual Studio 2015
Gets a flat list of all the nodes in the graph that are visible, in top-down DFS group hierarchy order.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- graph
- Type: Microsoft.VisualStudio.GraphModel::Graph^
Return Value
Type: System.Collections.Generic::IEnumerable<GraphObject^>^
Show: