IUITableViewDataSource.GetCell(UITableView, NSIndexPath) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une cellule qui peut être insérée à l’emplacement 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
Paramètres
- tableView
- UITableView
Vue table demandant la cellule.
- indexPath
- NSIndexPath
Emplacement de la ligne dans laquelle la cellule sera affichée.
Retours
- Attributs