次の方法で共有


UITableViewController.ShouldShowMenu(UITableView, NSIndexPath) メソッド

定義

指定した行の編集メニューを表示するかどうかを指定します。

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

パラメーター

tableView
UITableView
rowAtindexPath
NSIndexPath

戻り値

属性

適用対象