Condividi tramite


UITableViewDelegate_Extensions.EditActionsForRow Metodo

Definizione

Restituisce una matrice di azioni di riga da visualizzare dopo che l'utente scorre la riga nella tableView visualizzazione tabella identificata da 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[]

Parametri

This
IUITableViewDelegate

Istanza in cui opera questo metodo di estensione.

tableView
UITableView
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a