UITableViewDelegate_Extensions.CanPerformAction 方法

定义

指定 indexPath 处的单元格是否可以执行指定的复制或粘贴操作。

public static bool CanPerformAction (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
static member CanPerformAction : UIKit.IUITableViewDelegate * UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool

参数

This
IUITableViewDelegate

此扩展方法操作的实例。

tableView
UITableView

包含行的表视图。

action
Selector

标识 Copy 或 Paste 方法 (即选择器。 Copy(NSObject)Paste(NSObject))。

indexPath
NSIndexPath

行的位置。

sender
NSObject

最初触发复制或粘贴的对象。

返回

适用于