Partager via


UITableView.IndexPathForSelectedRow Propriété

Définition

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>