バージョン

Insert(Int32,String) メソッド

指定した UltraTreeNode.Index を持つ新しいノードを作成して、コレクションの指定した UltraTreeNode.Key に挿入します。
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As Integer, _
   ByVal key As String _
) As UltraTreeNode
public UltraTreeNode Insert( 
   int index,
   string key
)

パラメータ

index
新しいノードを挿入する UltraTreeNode.Index
key
新しいノードを割り当てるキー。

戻り値の型

新しく追加された UltraTreeNode
参照