ModelExplorerTreeContainer.FindRootElements(Store) 方法

定义

查找存储区中的所有根元素。 默认情况下,这是所有孤立元素的列表,不包括 ExtensionElements。

protected:
 virtual System::Collections::IList ^ FindRootElements(Microsoft::VisualStudio::Modeling::Store ^ store);
protected virtual System.Collections.IList FindRootElements (Microsoft.VisualStudio.Modeling.Store store);
abstract member FindRootElements : Microsoft.VisualStudio.Modeling.Store -> System.Collections.IList
override this.FindRootElements : Microsoft.VisualStudio.Modeling.Store -> System.Collections.IList
Protected Overridable Function FindRootElements (store As Store) As IList

参数

store
Store

存储

返回

IList

根 ModelElement 对象的列表

适用于