Graph.GetSearchableObjects(Graph) 方法

定义

获取关系图中按 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)

参数

graph
Graph

返回

IEnumerable<GraphObject>
属性

适用于