共用方式為


UITableViewDataSource_Extensions.CanMoveRow 方法

定義

位於 的資料列是否可以移至資料表檢視中的另一個位置。

public static bool CanMoveRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanMoveRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath -> bool

參數

This
IUITableViewDataSource

這個擴充方法運作所在的 實例。

tableView
UITableView

包含資料列的資料表檢視。

indexPath
NSIndexPath

資料列的位置。

傳回

適用於