Graph.GetSearchableObjects(Graph) Methode

Definition

Es wird eine flache Liste aller Knoten im Diagramm angezeigt, die in der Reihenfolge der DFS-Gruppen Hierarchie in der oberen Reihenfolge sichtbar sind.

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)

Parameter

graph
Graph

Gibt zurück

IEnumerable<GraphObject>
Attribute

Gilt für