次の方法で共有


UITableViewController.GetIndexPathForPreferredFocusedView(UITableView) メソッド

定義

テーブルの優先フォーカス ビューのインデックス パス。

[Foundation.Export("indexPathForPreferredFocusedViewInTableView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetIndexPathForPreferredFocusedView (UIKit.UITableView tableView);
abstract member GetIndexPathForPreferredFocusedView : UIKit.UITableView -> Foundation.NSIndexPath
override this.GetIndexPathForPreferredFocusedView : UIKit.UITableView -> Foundation.NSIndexPath

パラメーター

tableView
UITableView

戻り値

属性

適用対象