IUITableViewDataSource.GetCell(UITableView, NSIndexPath) 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.
Retorna uma célula que pode ser inserida em indexPath
.
[Foundation.Export("tableView:cellForRowAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell
Parâmetros
- tableView
- UITableView
Exibição de tabela solicitando a célula.
- indexPath
- NSIndexPath
Local da linha em que a célula será exibida.
Retornos
- Atributos