Compartir a través de


UITableViewDelegate_Extensions.CanFocusRow Método

Definición

Si la fila del especificado indexPath puede recibir el foco.

[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

Parámetros

This
IUITableViewDelegate

Instancia en la que opera este método de extensión.

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a