ModelExplorerTreeContainer.FindRootElements(Store) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查找存储区中的所有根元素。 默认情况下,这是所有孤立元素的列表,不包括 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
存储
返回
根 ModelElement 对象的列表