UITableViewDelegate_Extensions.CanFocusRow Méthode

Définition

Indique si la ligne au niveau spécifié indexPath peut recevoir le focus.

[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

Paramètres

This
IUITableViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView
indexPath
NSIndexPath

Retours

Attributs

S’applique à