次の方法で共有


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

指定した位置に追加するセクション。

注釈

これにより、フェード アニメーションを使用して、指定したセクションの一覧 (params 引数) がルートに挿入されます。

適用対象

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

適用対象