UITableViewDelegate_Extensions.ShouldShowMenu 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 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
用户正在选择的行的位置。