共用方式為


UITableViewDataSource_Extensions.CanEditRow 方法

定義

位於 的資料列是否應該可編輯。

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

參數

This
IUITableViewDataSource

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

tableView
UITableView

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

indexPath
NSIndexPath

資料列的位置。

傳回

適用於