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