ModelExplorerTreeContainer.FindRootElements(Store) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds all root elements in a store. By default this is a list of all orphaned elements, excluding 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
Parameters
- store
- Store
Store
Returns
List of root ModelElement objects