Compartilhar via


UITableViewDelegate_Extensions.GetViewForHeader Método

Definição

A exibição usada para o cabeçalho da seção especificada.

public static UIKit.UIView GetViewForHeader (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetViewForHeader : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> UIKit.UIView

Parâmetros

This
IUITableViewDelegate

A instância na qual esse método de extensão opera.

tableView
UITableView

Exibição de tabela que contém a seção .

section
System.System.IntPtr System.nativeint

Índice de seção em que o cabeçalho será adicionado.

Retornos

Aplica-se a