UITableViewDelegate_Extensions.FooterViewDisplayingEnded 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.
Indique que le footerView de la section spécifiée a été supprimé.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FooterViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
static member FooterViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit
Paramètres
- This
- IUITableViewDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- tableView
- UITableView
Table à laquelle appartient la vue pied de page.
- section
- System.System.IntPtr System.nativeint
Index de la section à laquelle appartient.footerView
- Attributs