Compartilhar via


UITableViewController.CanFocusRow(UITableView, NSIndexPath) Método

Definição

Se a linha no especificado indexPath pode receber foco.

[Foundation.Export("tableView:canFocusRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanFocusRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member CanFocusRow : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.CanFocusRow : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parâmetros

tableView
UITableView
indexPath
NSIndexPath

Retornos

Atributos

Aplica-se a