Partager via


RootElement.Insert Méthode

Définition

Surcharges

Insert(Int32, Section)

Insère une nouvelle section dans rootElement

Insert(Int32, UITableViewRowAnimation, Section[])

Insert(Int32, Section)

Insère une nouvelle section dans rootElement

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

Paramètres

idx
Int32

Index où la section est ajoutée T:System.Int32

section
Section

Section à ajouter à la position donnée.

Remarques

Cette opération insère la liste spécifiée de sections (un argument params) dans la racine à l’aide de l’animation Fondu.

S’applique à

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

Paramètres

idx
Int32
newSections
Section[]

S’applique à