Condividi tramite


UITableViewDelegate_Extensions.CanFocusRow Metodo

Definizione

Se la riga in corrispondenza dell'oggetto specificato indexPath può ricevere lo stato attivo.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanFocusRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanFocusRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

Parametri

This
IUITableViewDelegate

Istanza in cui funziona questo metodo di estensione.

tableView
UITableView
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a