Compartilhar via


UITableViewDelegate_Extensions.EditActionsForRow Método

Definição

Retorna uma matriz de ações de linha a serem exibidas depois que o usuário passar o dedo a linha na exibição de tableView tabela identificada por indexPath.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewRowAction[] EditActionsForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditActionsForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView
indexPath
NSIndexPath

Retornos

Atributos

Aplica-se a