ModelExplorerTreeContainer.InsertTreeNode 方法
在樹狀檢視中放入節點。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Overridable Sub InsertTreeNode ( _
siblingNodes As TreeNodeCollection, _
node As ExplorerTreeNode _
)
public virtual void InsertTreeNode(
TreeNodeCollection siblingNodes,
ExplorerTreeNode node
)
參數
- siblingNodes
類型:System.Windows.Forms.TreeNodeCollection
樹狀檢視中的上一個節點和下一個節點。
- node
類型:Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode
要放進樹狀檢視中的節點。
備註
如果您使用這個方法,衍生類別可以變更樹狀檢視中的排序行為。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。