Graph.GetSearchableObjects(Graph) Método

Definição

Obtenha uma lista simples de todos os nós no grafo que estão visíveis, na parte superior da ordem da hierarquia do grupo DFS.

public:
 static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ GetSearchableObjects(Microsoft::VisualStudio::GraphModel::Graph ^ graph);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.Graph/<GetSearchableObjects>d__72))]
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> GetSearchableObjects (Microsoft.VisualStudio.GraphModel.Graph graph);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.Graph/<GetSearchableObjects>d__72))>]
static member GetSearchableObjects : Microsoft.VisualStudio.GraphModel.Graph -> seq<Microsoft.VisualStudio.GraphModel.GraphObject>
Public Shared Iterator Function GetSearchableObjects (graph As Graph) As IEnumerable(Of GraphObject)

Parâmetros

graph
Graph

Retornos

IEnumerable<GraphObject>
Atributos

Aplica-se a