RootElement.Insert 方法

定义

重载

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

要添加到给定位置的节。

注解

这会使用淡出动画将指定节列表 (参数) 插入根目录。

适用于

Insert(Int32, UITableViewRowAnimation, Section[])

public void Insert(int idx, UIKit.UITableViewRowAnimation anim, params MonoTouch.Dialog.Section[] newSections);
member this.Insert : int * UIKit.UITableViewRowAnimation * MonoTouch.Dialog.Section[] -> unit

参数

idx
Int32
newSections
Section[]

适用于