次の方法で共有


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

戻り値

属性

適用対象