Freigeben über


UITableViewController.CanFocusRow(UITableView, NSIndexPath) Methode

Definition

Gibt an, ob die Zeile am angegebenen indexPath Fokus erhalten kann.

[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

Parameter

tableView
UITableView
indexPath
NSIndexPath

Gibt zurück

Attribute

Gilt für: