RootElement.Insert 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Insert(Int32, Section) |
将新节插入 RootElement |
Insert(Int32, UITableViewRowAnimation, Section[]) |
Insert(Int32, Section)
将新节插入 RootElement
public void Insert(int idx, MonoTouch.Dialog.Section section);
member this.Insert : int * MonoTouch.Dialog.Section -> unit
参数
- idx
- Int32
添加节的索引 T:System.Int32
- section
- Section
要添加到给定位置的节。
注解
这会使用淡出动画将指定节列表 (参数) 插入根目录。