UITableViewDataSource_Extensions.MoveRow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當移動資料列,讓資料來源可以「實作」已在使用者介面中執行的已變更資料列位置時呼叫。 這可確保資料與顯示的內容保持同步。
public static void MoveRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath);
static member MoveRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
參數
這個擴充方法運作所在的 實例。
- tableView
- UITableView
包含要移動之資料列的資料表檢視。
- sourceIndexPath
- NSIndexPath
要移動之資料列的位置。
- destinationIndexPath
- NSIndexPath
資料列的新位置。