Condividi tramite


Section.Add Metodo

Definizione

Overload

Add(Element)

Aggiunge un nuovo elemento figlio alla sezione

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

Add(Element)

Aggiunge un nuovo elemento figlio alla sezione

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

Parametri

element
Element

Elemento da aggiungere alla sezione .

Si applica a

Add(RootElement)

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

Parametri

element
RootElement

Si applica a

Add(IEnumerable<Element>)

Attenzione

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

Parametri

elements
IEnumerable<Element>

Restituisce

Attributi

Si applica a

Add(IEnumerable<UIView>)

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

Parametri

Si applica a

Add(UIView)

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

Parametri

view
UIView

Si applica a