Partager via


UITableViewDataSource.NumberOfSections(UITableView) Méthode

Définition

Retourne le nombre de sections requises pour afficher les données.

[Foundation.Export("numberOfSectionsInTableView:")]
public virtual nint NumberOfSections (UIKit.UITableView tableView);
abstract member NumberOfSections : UIKit.UITableView -> nint
override this.NumberOfSections : UIKit.UITableView -> nint

Paramètres

tableView
UITableView

Vue tableau affichant les sections.

Retours

System.System.IntPtr System.nativeint

Nombre de sections requises pour afficher les données. La valeur par défaut est 1 (une table doit avoir au moins une section).

Attributs

S’applique à