次の方法で共有


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

行の場所。

戻り値

適用対象