UITableViewSource.IndentationLevel(UITableView, NSIndexPath) 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.
Obtenez le niveau de retrait pour la ligne spécifiée par indexPath
.
[Foundation.Export("tableView:indentationLevelForRowAtIndexPath:")]
public virtual nint IndentationLevel (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
override this.IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
Paramètres
- tableView
- UITableView
Vue table contenant la ligne.
- indexPath
- NSIndexPath
Emplacement de la ligne.
Retours
System.System.IntPtr
System.nativeint
Combien le contenu de cette ligne doit être mis en retrait pour afficher sa position hiérarchique par rapport aux autres lignes.
- Attributs
Remarques
Déclaré dans [UITableViewDelegate]