Partager via


RootElement.Add Méthode

Définition

Surcharges

Add(Section)

Ajoute une nouvelle section à ce RootElement

Add(IEnumerable<Section>)

Ajoute toutes les sections de iEnumerable à cet élément racine.

Add(Section)

Ajoute une nouvelle section à ce RootElement

public void Add (MonoTouch.Dialog.Section section);
member this.Add : MonoTouch.Dialog.Section -> unit

Paramètres

section
Section

Section à ajouter, si la racine est visible, la section est insérée sans animation

S’applique à

Add(IEnumerable<Section>)

Ajoute toutes les sections de iEnumerable à cet élément racine.

public void Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Section> sections);
member this.Add : seq<MonoTouch.Dialog.Section> -> unit

Paramètres

sections
IEnumerable<Section>

Sections à ajouter, en tant que IEnumerable.

S’applique à