Partager via


UITableView.NumberOfSections Méthode

Définition

Retourne le nombre de sections dans la vue table.

[Foundation.Export("numberOfSections")]
public virtual nint NumberOfSections ();
abstract member NumberOfSections : unit -> nint
override this.NumberOfSections : unit -> nint

Retours

System.System.IntPtr System.nativeint

Nombre de sections dans la vue table.

Attributs

Remarques

UITableView récupère cette valeur à partir du UITableViewSource (ou UITableViewDataSource) et la met en cache.

S’applique à