Graph.GetSearchableObjects(Graph) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取关系图中按 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
返回
- 属性