RootElement.Add メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 として追加するセクション。