Compartilhar via


UITableViewRowAction.Create Método

Definição

Cria e retorna uma ação de linha de exibição de tabela com os especificados style, titlee handler.

[Foundation.Export("rowActionWithStyle:title:handler:")]
public static UIKit.UITableViewRowAction Create (UIKit.UITableViewRowActionStyle style, string title, Action<UIKit.UITableViewRowAction,Foundation.NSIndexPath> handler);
static member Create : UIKit.UITableViewRowActionStyle * string * Action<UIKit.UITableViewRowAction, Foundation.NSIndexPath> -> UIKit.UITableViewRowAction

Parâmetros

title
String

A ser adicionado.

Esse parâmetro pode ser null.

Retornos

Atributos

Aplica-se a