UITableViewSource.WillDisplayHeaderView(UITableView, UIView, nint) 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.
Appelé avant l’affichage d’un en-tête pour une section.
[Foundation.Export("tableView:willDisplayHeaderView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayHeaderView (UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
abstract member WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nint -> unit
Paramètres
- tableView
- UITableView
Tableview impliquée.
- headerView
- UIView
UIView qui sera utilisé comme affichage d’en-tête.
- section
- System.System.IntPtr System.nativeint
Section de table à laquelle appartient la vue d’en-tête.
- Attributs