UITableViewDelegate_Extensions.CanFocusRow 方法

定义

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

[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

参数

This
IUITableViewDelegate

此扩展方法操作的实例。

tableView
UITableView
indexPath
NSIndexPath

返回

属性

适用于