共用方式為


UITableViewDelegate_Extensions.EditingStyleForRow 方法

定義

指定 indexPath 的 UITableViewCellEditingStyle。

public static UIKit.UITableViewCellEditingStyle EditingStyleForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditingStyleForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellEditingStyle

參數

This
IUITableViewDelegate

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

tableView
UITableView

即將可編輯的資料表檢視。

indexPath
NSIndexPath

資料列的位置。

傳回

適用於