Condividi tramite


RootElement.Insert Metodo

Definizione

Overload

Insert(Int32, Section)

Inserisce una nuova sezione in RootElement

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

Parametri

idx
Int32

Indice in cui viene aggiunta la sezione T:System.Int32

section
Section

Sezione da aggiungere nella posizione specificata.

Commenti

In questo modo l'elenco specificato di sezioni (un argomento params) viene inserito nella radice usando l'animazione Fade.

Si applica 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

Parametri

idx
Int32
newSections
Section[]

Si applica a