Compartir a través de


UITableViewDelegate_Extensions.TitleForDeleteConfirmation Método

Definición

Cuando se invalida, cambia el título predeterminado del botón de confirmación de eliminación.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static string TitleForDeleteConfirmation (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member TitleForDeleteConfirmation : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> string

Parámetros

This
IUITableViewDelegate

Instancia en la que opera este método de extensión.

tableView
UITableView

Vista de tabla que se está editando.

indexPath
NSIndexPath

Ubicación de la fila que se puede eliminar.

Devoluciones

Atributos

Se aplica a