Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Puts a node in the tree view.
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Overridable Sub InsertTreeNode ( _
    siblingNodes As TreeNodeCollection, _
    node As ExplorerTreeNode _
)
public virtual void InsertTreeNode(
    TreeNodeCollection siblingNodes,
    ExplorerTreeNode node
)
public:
virtual void InsertTreeNode(
    TreeNodeCollection^ siblingNodes, 
    ExplorerTreeNode^ node
)
abstract InsertTreeNode : 
        siblingNodes:TreeNodeCollection * 
        node:ExplorerTreeNode -> unit  
override InsertTreeNode : 
        siblingNodes:TreeNodeCollection * 
        node:ExplorerTreeNode -> unit
public function InsertTreeNode(
    siblingNodes : TreeNodeCollection, 
    node : ExplorerTreeNode
)
Parameters
- siblingNodes 
 Type: System.Windows.Forms.TreeNodeCollection- The previous node and the next node in the tree view. 
- node 
 Type: Microsoft.VisualStudio.Modeling.Shell.ExplorerTreeNode- The node to put in the tree view. 
Remarks
If you use this method, derived classes can change the sorting behavior of the tree view.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.