Compartir a través de


Section.Add Método

Definición

Sobrecargas

Add(Element)

Agrega un nuevo elemento secundario a la sección

Add(RootElement)
Add(IEnumerable<Element>)
Obsoletos.
Add(IEnumerable<UIView>)
Add(UIView)

Add(Element)

Agrega un nuevo elemento secundario a la sección

public void Add (MonoTouch.Dialog.Element element);
member this.Add : MonoTouch.Dialog.Element -> unit

Parámetros

element
Element

Elemento que se va a agregar a la sección.

Se aplica a

Add(RootElement)

public void Add (MonoTouch.Dialog.RootElement element);
member this.Add : MonoTouch.Dialog.RootElement -> unit

Parámetros

element
RootElement

Se aplica a

Add(IEnumerable<Element>)

Precaución

Please use AddAll since this version will not work in future versions of MonoTouch when we introduce 4.0 covariance

[System.Obsolete("Please use AddAll since this version will not work in future versions of MonoTouch when we introduce 4.0 covariance")]
public int Add (System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Element> elements);
member this.Add : seq<MonoTouch.Dialog.Element> -> int

Parámetros

elements
IEnumerable<Element>

Devoluciones

Atributos

Se aplica a

Add(IEnumerable<UIView>)

public void Add (System.Collections.Generic.IEnumerable<UIKit.UIView> views);
member this.Add : seq<UIKit.UIView> -> unit

Parámetros

Se aplica a

Add(UIView)

public void Add (UIKit.UIView view);
member this.Add : UIKit.UIView -> unit

Parámetros

view
UIView

Se aplica a