Compartilhar via


UITableViewController.GetCell(UITableView, NSIndexPath) Método

Definição

Recupera o UITableViewCell no índice especificado.

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

Parâmetros

tableView
UITableView
indexPath
NSIndexPath

Retornos

Implementações

Atributos

Aplica-se a