ModelExplorerTreeContainer.RemoveRootElement(ModelElement) Method

Definition

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.

Applies to