Compartilhar via


ModelExplorerTreeContainer.InsertTreeNode Method

Definition

Method to insert the incoming node into the TreeNodeCollection. This allows the derived class to change the sorting behavior. N.B. This should really be protected, and is only intended as an override point. Do not call it directly, but rather call 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)

Parameters

siblingNodes
TreeNodeCollection

Applies to