ModelExplorerTreeContainer.InsertTreeNode 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于将传入节点插入到 TreeNodeCollection 中的方法。 这允许派生类更改排序行为。 N.B. 此参数实际上应受到保护,只作为替代点。 请勿直接调用,而应调用 InsertNode ()
public:
virtual void InsertTreeNode(System::Windows::Forms::TreeNodeCollection ^ siblingNodes, Microsoft::VisualStudio::Modeling::Shell::ExplorerTreeNode ^ node);
public virtual void InsertTreeNode (System.Windows.Forms.TreeNodeCollection siblingNodes, Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode node);
abstract member InsertTreeNode : System.Windows.Forms.TreeNodeCollection * Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
override this.InsertTreeNode : System.Windows.Forms.TreeNodeCollection * Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode -> unit
Public Overridable Sub InsertTreeNode (siblingNodes As TreeNodeCollection, node As ExplorerTreeNode)
参数
- siblingNodes
- TreeNodeCollection
- node
- ExplorerTreeNode