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
- graph
Type: Microsoft.VisualStudio.GraphModel.Graph
Return Value
Type: System.Collections.Generic.IEnumerable<GraphObject>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.