次の方法で共有


RootElement.Add メソッド

定義

オーバーロード

Add(Section)

この RootElement に新しいセクションを追加します

Add(IEnumerable<Section>)

IEnumerable のすべてのセクションをこのルート要素に追加します。

Add(Section)

この RootElement に新しいセクションを追加します

public void Add (MonoTouch.Dialog.Section section);
member this.Add : MonoTouch.Dialog.Section -> unit

パラメーター

section
Section

追加するセクション(ルートが表示されている場合)、セクションはアニメーションなしで挿入されます

適用対象

Add(IEnumerable<Section>)

IEnumerable のすべてのセクションをこのルート要素に追加します。

public void Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Section> sections);
member this.Add : seq<MonoTouch.Dialog.Section> -> unit

パラメーター

sections
IEnumerable<Section>

IEnumerable として追加するセクション。

適用対象