Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Remove a node from the tree
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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.