Compartir a través de


UITableViewDelegate_Extensions.CanPerformAction Método

Definición

Si la celda de indexPath especificada puede realizar la operación Copy o Paste especificada.

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

Parámetros

This
IUITableViewDelegate

Instancia en la que opera este método de extensión.

tableView
UITableView

Vista de tabla que contiene la fila.

action
Selector

Selector que identifica el método Copy o Paste (es decir, Copy(NSObject) o Paste(NSObject)).

indexPath
NSIndexPath

Ubicación de la fila.

sender
NSObject

Objeto que desencadena inicialmente copiar o pegar.

Devoluciones

Se aplica a