UITableView.NumberOfRowsInSection(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.
Retourne le nombre de lignes (cellules de tableau) dans une section donnée.
[Foundation.Export("numberOfRowsInSection:")]
public virtual nint NumberOfRowsInSection (nint section);
abstract member NumberOfRowsInSection : nint -> nint
override this.NumberOfRowsInSection : nint -> nint
Paramètres
- section
- System.System.IntPtr System.nativeint
Index de la section à interroger. Les index de section commencent à zéro.
Retours
System.System.IntPtr
System.nativeint
Nombre de lignes dans la section.
- Attributs
Remarques
UITableView récupère cette valeur à partir du UITableViewSource (ou UITableViewDataSource) et la met en cache.