Compartilhar via


RootElement.Insert Método

Definição

Sobrecargas

Insert(Int32, Section)

Insere uma nova seção no RootElement

Insert(Int32, UITableViewRowAnimation, Section[])

Insert(Int32, Section)

Insere uma nova seção no RootElement

public void Insert (int idx, MonoTouch.Dialog.Section section);
member this.Insert : int * MonoTouch.Dialog.Section -> unit

Parâmetros

idx
Int32

O índice em que a seção é adicionada T:System.Int32

section
Section

Seção a ser adicionada na posição especificada.

Comentários

Isso insere a lista especificada de seções (um argumento params) na raiz usando a animação Fade.

Aplica-se a

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

Parâmetros

idx
Int32
newSections
Section[]

Aplica-se a