ModelExplorerTreeContainer.AddRootElement(ModelElement) 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.
Add Root Element
protected:
void AddRootElement(Microsoft::VisualStudio::Modeling::ModelElement ^ rootElement);
protected void AddRootElement (Microsoft.VisualStudio.Modeling.ModelElement rootElement);
member this.AddRootElement : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Protected Sub AddRootElement (rootElement As ModelElement)
Parameters
- rootElement
- ModelElement
Root
Remarks
The root and its sub-elements will not appear in the explorer until RefreshBrowserView() is called.