共用方式為


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

傳回

屬性

適用於