UITableViewDataSource_Extensions.CanEditRow 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
位於 的資料列是否應該可編輯。
public static bool CanEditRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanEditRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath -> bool
參數
這個擴充方法運作所在的實例。
- tableView
- UITableView
包含資料列的資料表檢視。
- indexPath
- NSIndexPath
資料列的位置。