UITableViewDelegate_Extensions.HeaderViewDisplayingEnded Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica che l'intestazione della sezione specificata è stata rimossa.
[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
Parametri
- This
- IUITableViewDelegate
Istanza in cui opera questo metodo di estensione.
- tableView
- UITableView
L'oggetto UITableView al quale appartiene l'oggetto headerView
.
- section
- System.System.IntPtr System.nativeint
Indice che indica la sezione a cui appartiene l'oggetto headerView
.
- Attributi