Compartilhar via


UITableViewDataSource.RowsInSection(UITableView, nint) Método

Definição

Chamado pela exibição de tabela para descobrir quantas linhas devem ser renderizadas na seção especificada por section.

[Foundation.Export("tableView:numberOfRowsInSection:")]
public abstract nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint

Parâmetros

tableView
UITableView
section
System.System.IntPtr System.nativeint

Índice da seção que contém as linhas.

Retornos

System.System.IntPtr System.nativeint

Número de linhas na seção no índice section.

Implementações

Atributos

Aplica-se a