TreeNodeCollection.IList.Insert(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在树节点集合中的指定位置插入现有树节点。
virtual void System.Collections.IList.Insert(int index, System::Object ^ node) = System::Collections::IList::Insert;
void IList.Insert (int index, object node);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, node As Object) Implements IList.Insert
参数
- index
- Int32
集合中要插入树节点的索引位置。
实现
例外
注解
Sorted如果该属性设置为 true
,则index
忽略参数。 插入 TreeNode 树视图,并 TreeView 再次排序。