UITableViewDelegate_Extensions.EstimatedHeight 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.
Uma estimativa da altura do indexPath especificado. As implementações devem executar um cálculo mínimo, como é chamado repetidamente.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static nfloat EstimatedHeight (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EstimatedHeight : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> nfloat
Parâmetros
- This
- IUITableViewDelegate
A instância na qual esse método de extensão opera.
- tableView
- UITableView
- indexPath
- NSIndexPath
Retornos
- Atributos