Поделиться через


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.

Применяется к