次の方法で共有


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

行の場所。

戻り値

適用対象