Section.Add Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- views
- IEnumerable<UIView>
Se aplica a
Add(UIView)
public void Add (UIKit.UIView view);
member this.Add : UIKit.UIView -> unit
Parámetros
- view
- UIView