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

返回

属性

适用于