UITableViewController.CanFocusRow(UITableView, NSIndexPath) 方法

定义

指定 indexPath 处的行是否可能获得焦点。

[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

参数

tableView
UITableView
indexPath
NSIndexPath

返回

属性

适用于