Partager via


UITableViewDataSource.RowsInSection(UITableView, nint) Méthode

Définition

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

S’applique à