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


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

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