UITableViewDataSource.SectionIndexTitles(UITableView) 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 un tableau de titres à afficher sous forme d’index sur la vue de table.
[Foundation.Export("sectionIndexTitlesForTableView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] SectionIndexTitles (UIKit.UITableView tableView);
abstract member SectionIndexTitles : UIKit.UITableView -> string[]
override this.SectionIndexTitles : UIKit.UITableView -> string[]
Paramètres
- tableView
- UITableView
Vue table qui affiche l’index.
Retours
Tableau de titres, par exemple pour afficher une liste alphabétique, retourne un tableau de chaînes de « A » à « Z ».
- Attributs
Remarques
La liste d’index s’affiche le long du bord droit d’une vue de table.
Seules les tables avec le Plain style doivent implémenter cette propriété.