次の方法で共有


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

戻り値

属性

適用対象