Graph::GetSearchableObjects Method (Graph^)

 

Gets a flat list of all the nodes in the graph that are visible, in top-down DFS group hierarchy order.

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

public:
static IEnumerable<GraphObject^>^ GetSearchableObjects(
	Graph^ graph
)
Return to top
Show: