Section.Insert 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
| Insert(Int32, Element[]) | |
| Insert(Int32, UITableViewRowAnimation, Element[]) | |
| Insert(Int32, UITableViewRowAnimation, RootElement) | |
| Insert(Int32, UITableViewRowAnimation, IEnumerable<Element>) |
Insert(Int32, UITableViewRowAnimation, Element[])
Insert(Int32, UITableViewRowAnimation, RootElement)
public void Insert(int idx, UIKit.UITableViewRowAnimation anim, MonoTouch.Dialog.RootElement newElement);
member this.Insert : int * UIKit.UITableViewRowAnimation * MonoTouch.Dialog.RootElement -> unit
Parametri
- idx
- Int32
- newElement
- RootElement
Si applica a
Insert(Int32, UITableViewRowAnimation, IEnumerable<Element>)
public int Insert(int idx, UIKit.UITableViewRowAnimation anim, System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Element> newElements);
member this.Insert : int * UIKit.UITableViewRowAnimation * seq<MonoTouch.Dialog.Element> -> int
Parametri
- idx
- Int32
- newElements
- IEnumerable<Element>