UITableViewDelegate_Extensions.EstimatedHeightForFooter Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Alto estimado del pie de página de la sección especificada.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static nfloat EstimatedHeightForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member EstimatedHeightForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> nfloat
Parámetros
- This
- IUITableViewDelegate
Instancia en la que opera este método de extensión.
- tableView
- UITableView
- section
- System.System.IntPtr System.nativeint
Devoluciones
- Atributos