UITableViewDelegate_Extensions.EditActionsForRow Méthode

Définition

Retourne un tableau d’actions de ligne à afficher une fois que l’utilisateur a balayé la ligne dans la tableView vue de table identifiée par 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[]

Paramètres

This
IUITableViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView
indexPath
NSIndexPath

Retours

Attributs

S’applique à