Compartilhar via


UITableViewDelegate_Extensions.TitleForDeleteConfirmation Método

Definição

Quando substituído, altera o título padrão do botão de confirmação de exclusão.

[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

A instância na qual esse método de extensão opera.

tableView
UITableView

Exibição de tabela que está sendo editada.

indexPath
NSIndexPath

Local da linha que pode ser excluída.

Retornos

Atributos

Aplica-se a