ModelExplorerTreeContainer.RemoveNode Method
Remove a node from the tree
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Sub RemoveNode ( _
node As ExplorerTreeNode _
)
public void RemoveNode(
ExplorerTreeNode node
)
public:
void RemoveNode(
ExplorerTreeNode^ node
)
member RemoveNode :
node:ExplorerTreeNode -> unit
public function RemoveNode(
node : 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.