UITableViewDelegate_Extensions.EstimatedHeightForFooter Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A altura estimada do rodapé da seção 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
A instância na qual esse método de extensão opera.
- tableView
- UITableView
- section
- System.System.IntPtr System.nativeint
Retornos
- Atributos