Share via


Graph.GetSearchableObjects Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Public Shared Function GetSearchableObjects ( _
    graph As Graph _
) As IEnumerable(Of GraphObject)
public static IEnumerable<GraphObject> GetSearchableObjects(
    Graph graph
)
public:
static IEnumerable<GraphObject^>^ GetSearchableObjects(
    Graph^ graph
)
static member GetSearchableObjects : 
        graph:Graph -> IEnumerable<GraphObject> 
public static function GetSearchableObjects(
    graph : Graph
) : IEnumerable<GraphObject>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<GraphObject>

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace