Partager via


UITableViewDataSource_Extensions.SectionIndexTitles Méthode

Définition

Retourne un tableau de titres à afficher sous forme d’index sur la vue de table.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static string[] SectionIndexTitles (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member SectionIndexTitles : UIKit.IUITableViewDataSource * UIKit.UITableView -> string[]

Paramètres

This
IUITableViewDataSource

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView

Vue table qui affiche l’index.

Retours

String[]
Attributs

S’applique à