共用方式為


RootElement.Insert 方法

定義

多載

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

要加入指定位置的區段。

備註

這會使用 Fade 動畫將參數引數 (指定的區段清單插入根目錄中) 。

適用於

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[]

適用於