Section.Insert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Insert(Int32, Element[]) | |
| Insert(Int32, UITableViewRowAnimation, Element[]) | |
| Insert(Int32, UITableViewRowAnimation, RootElement) | |
| Insert(Int32, UITableViewRowAnimation, IEnumerable<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
參數
- idx
- Int32
- newElement
- RootElement
適用於
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
參數
- idx
- Int32
- newElements
- IEnumerable<Element>