ModelExplorerTreeContainer.InsertTreeNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- node
- ExplorerTreeNode