Compartilhar via


UITableViewDelegate_Extensions.AccessoryForRow Método

Definição

Os desenvolvedores não devem usar esse método preterido.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewCellAccessory AccessoryForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member AccessoryForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory

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 as linhas.

indexPath
NSIndexPath

Local da linha.

Retornos

Atributos

Aplica-se a