UITableViewDelegate_Extensions.ShouldShowMenu 方法

定义

指定 rowAtIndexPath 上的单元格是否应显示操作菜单。

public static bool ShouldShowMenu (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
static member ShouldShowMenu : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

参数

This
IUITableViewDelegate

此扩展方法操作的实例。

tableView
UITableView

包含行的表视图。

rowAtindexPath
NSIndexPath

用户正在选择的行的位置。

返回

适用于