ModelExplorerTreeContainer.RemoveNode(ExplorerTreeNode) Method

Definition

Remove a node from the tree

public:
 void RemoveNode(Microsoft::VisualStudio::Modeling::Shell::ExplorerTreeNode ^ node);
public void RemoveNode (Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode node);
member this.RemoveNode : Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
Public Sub RemoveNode (node As ExplorerTreeNode)

Parameters

Remarks

This method must be used to remove nodes from the tree, as otherwise the internal state of the explorer will not be correctly maintained.

Applies to