Compartilhar via


UITableViewSource.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

Exibição de tabela exibindo as linhas.

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.

Atributos

Comentários

Declarado em [UITableViewDataSource]

Aplica-se a