ModelExplorerTreeContainer.RemoveNode(ExplorerTreeNode) 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 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
- node
- ExplorerTreeNode
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.