UITableViewDelegate_Extensions.GetIndexPathForPreferredFocusedView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The index path of the table's preferred focus view.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath GetIndexPathForPreferredFocusedView (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView);
static member GetIndexPathForPreferredFocusedView : UIKit.IUITableViewDelegate * UIKit.UITableView -> Foundation.NSIndexPath
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Returns
- Attributes