UITableViewDelegate_Extensions.CanPerformAction Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Se a célula no indexPath especificado pode executar a operação de copiar ou colar 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
A instância na qual esse método de extensão opera.
- tableView
- UITableView
Exibição de tabela que contém a linha.
- action
- Selector
Um seletor que identifica o método Copy ou Paste (ou seja, . Copy(NSObject) ou Paste(NSObject)).
- indexPath
- NSIndexPath
Local da linha.
- sender
- NSObject
Objeto que inicialmente dispara a cópia ou a colagem.