次の方法で共有


UITableViewController.ShouldIndentWhileEditing メソッド

定義

編集操作中に指定した行をインデントするかどうかを指定します。

[Foundation.Export("tableView:shouldIndentWhileEditingRowAtIndexPath:")]
public virtual bool ShouldIndentWhileEditing (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member ShouldIndentWhileEditing : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.ShouldIndentWhileEditing : UIKit.UITableView * Foundation.NSIndexPath -> bool

パラメーター

tableView
UITableView
indexPath
NSIndexPath

戻り値

属性

適用対象