UITableViewDelegate_Extensions.CanFocusRow Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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