Freigeben über


UITableViewDelegate_Extensions.CanFocusRow Methode

Definition

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

[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

Parameter

This
IUITableViewDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

tableView
UITableView
indexPath
NSIndexPath

Gibt zurück

Attribute

Gilt für: