共用方式為


UITableViewSource.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

傳回

屬性

適用於