共用方式為


ModelExplorerTreeContainer.RemoveNode 方法

從樹狀結構移除節點

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

語法

'宣告
Public Sub RemoveNode ( _
    node As ExplorerTreeNode _
)
public void RemoveNode(
    ExplorerTreeNode node
)

參數

備註

這個方法必須是用來從樹狀結構移除節點,否則 [總管] 中的內部狀態將會無法正確地維護。

.NET Framework 安全性

請參閱

參考

ModelExplorerTreeContainer 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間