Compartir a través de


RootElement.Insert Método

Definición

Sobrecargas

Insert(Int32, Section)

Inserta una nueva sección en RootElement

Insert(Int32, UITableViewRowAnimation, Section[])

Insert(Int32, Section)

Inserta una nueva sección en RootElement

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

Parámetros

idx
Int32

Índice donde se agrega la sección T:System.Int32

section
Section

Sección que se va a agregar en la posición especificada.

Comentarios

Esto inserta la lista especificada de secciones (un argumento params) en la raíz mediante la animación Fade.

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

Se aplica a