Share via


ModelExplorerTreeContainer.FindRootElements(Store) Method

Definition

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

Applies to