Compartilhar via


UITableViewDataSource.NumberOfSections(UITableView) Método

Definição

Retorna o número de seções necessárias para exibir os dados.

[Foundation.Export("numberOfSectionsInTableView:")]
public virtual nint NumberOfSections (UIKit.UITableView tableView);
abstract member NumberOfSections : UIKit.UITableView -> nint
override this.NumberOfSections : UIKit.UITableView -> nint

Parâmetros

tableView
UITableView

Exibição de tabela exibindo as seções.

Retornos

System.System.IntPtr System.nativeint

Número de seções necessárias para exibir os dados. O padrão é 1 (uma tabela deve ter pelo menos uma seção).

Atributos

Aplica-se a