Condividi tramite


UITableView.IndexPathForSelectedRow Proprietà

Definizione

Oggetto NSIndexPath per la riga attualmente selezionata.

public virtual Foundation.NSIndexPath IndexPathForSelectedRow { [Foundation.Export("indexPathForSelectedRow")] get; }
member this.IndexPathForSelectedRow : Foundation.NSIndexPath

Valore della proprietà

Oggetto NSIndexPath per la selezione più recente delle righe attualmente selezionate. Restituisce null se non sono presenti righe selezionate.

Attributi

Commenti

Se l'oggetto UITableView contiene più righe selezionate, questa proprietà contiene la proprietà selezionata più di recente delle righe (vedere anche IndexPathsForSelectedRows).

Si applica a

Vedi anche

  • <xref:UIKit.UITableView.SelectedRow>