ModelExplorerTreeContainer.RemoveRootElement(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.
Remove Root Element
public:
void RemoveRootElement(Microsoft::VisualStudio::Modeling::ModelElement ^ rootElement);
public void RemoveRootElement (Microsoft.VisualStudio.Modeling.ModelElement rootElement);
member this.RemoveRootElement : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Public Sub RemoveRootElement (rootElement As ModelElement)
Parameters
- rootElement
- ModelElement
Root
Remarks
Does not remove the corresponding tree from the explorer until RefreshBrowserView() is called.