UITableViewDelegate_Extensions.TitleForDeleteConfirmation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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