次の方法で共有


UITableViewDataSource_Extensions.CanMoveRow メソッド

定義

にある行をテーブル ビュー内の別の場所に移動できるかどうか。

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

パラメーター

This
IUITableViewDataSource

この拡張メソッドが動作するインスタンス。

tableView
UITableView

行を含むテーブル ビュー。

indexPath
NSIndexPath

行の場所。

戻り値

適用対象