Compartilhar via


UITableViewDelegate_Extensions.ShouldShowMenu Método

Definição

Se a célula na linha EspecificadaAtIndexPath deve mostrar um menu de ação.

public static bool ShouldShowMenu (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
static member ShouldShowMenu : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parâmetros

This
IUITableViewDelegate

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

tableView
UITableView

Exibição de tabela que contém a linha.

rowAtindexPath
NSIndexPath

Local da linha que o usuário está selecionando.

Retornos

Aplica-se a