UITableView.IndexPathForSelectedRow Propriété
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.
pour NSIndexPath la ligne actuellement sélectionnée.
public virtual Foundation.NSIndexPath IndexPathForSelectedRow { [Foundation.Export("indexPathForSelectedRow")] get; }
member this.IndexPathForSelectedRow : Foundation.NSIndexPath
Valeur de propriété
NSIndexPath pour la dernière sélection des lignes actuellement sélectionnées. Retourne null
s’il n’y a pas de lignes sélectionnées.
- Attributs
Remarques
Si le UITableView contient plusieurs lignes sélectionnées, cette propriété contient la dernière sélection des lignes (voir aussi IndexPathsForSelectedRows).
S’applique à
Voir aussi
- <xref:UIKit.UITableView.SelectedRow>