Section.Insert Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Insert(Int32, Element[]) | |
Insert(Int32, UITableViewRowAnimation, Element[]) | |
Insert(Int32, UITableViewRowAnimation, RootElement) | |
Insert(Int32, UITableViewRowAnimation, IEnumerable<Element>) |
Insert(Int32, 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
Paramètres
- idx
- Int32
- newElement
- RootElement
S’applique à
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
Paramètres
- idx
- Int32
- newElements
- IEnumerable<Element>