UITableView.IndexPathForCell(UITableViewCell) 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.
Calcule le chemin d’index pour le spécifié cell
.
[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UITableViewCell cell);
abstract member IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
Paramètres
- cell
- UITableViewCell
pour UITableViewCell lequel le chemin d’index est souhaité.
Retours
NSIndexPath pour cell
.
- Attributs