Condividi tramite


UITableViewRowAction.Create Metodo

Definizione

Crea e restituisce un'azione di riga di visualizzazione tabella con l'oggetto , titlee handlerspecificatistyle.

[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

Parametri

title
String

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a