UITableViewDelegate_Extensions.AccessoryForRow Metodo

Definizione

Gli sviluppatori non devono usare questo metodo deprecato.

[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

Parametri

This
IUITableViewDelegate

Istanza in cui funziona questo metodo di estensione.

tableView
UITableView

Visualizzazione tabella contenente le righe.

indexPath
NSIndexPath

Posizione della riga.

Restituisce

Attributi

Si applica a