Section.Add Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- views
- IEnumerable<UIView>
Si applica a
Add(UIView)
public void Add (UIKit.UIView view);
member this.Add : UIKit.UIView -> unit
Parametri
- view
- UIView