UITableViewSource.WillDisplayFooterView(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’une vue de pied de page pour une section.
[Foundation.Export("tableView:willDisplayFooterView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayFooterView (UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
abstract member WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayFooterView : UIKit.UITableView * UIKit.UIView * nint -> unit
Paramètres
- tableView
- UITableView
Tableview impliquée.
- footerView
- UIView
UIView qui sera utilisé comme vue de pied de page.
- section
- System.System.IntPtr System.nativeint
Section de table à laquelle appartient la vue de pied de page.
- Attributs