UITableViewDataSource.RowsInSection(UITableView, nint) 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.
Appelé par la vue table pour déterminer le nombre de lignes à afficher dans la section spécifiée par section
.
[Foundation.Export("tableView:numberOfRowsInSection:")]
public abstract nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint
Paramètres
- tableView
- UITableView
- section
- System.System.IntPtr System.nativeint
Index de la section contenant les lignes.
Retours
System.System.IntPtr
System.nativeint
Nombre de lignes dans la section à l’index section
.
Implémente
- Attributs