UITableViewController.RowsInSection(UITableView, nint) 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.
O número de linhas na seção especificada.
[Foundation.Export("tableView:numberOfRowsInSection:")]
public virtual nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint
override this.RowsInSection : UIKit.UITableView * nint -> nint
Parâmetros
- tableView
- UITableView
- section
- System.System.IntPtr System.nativeint
Retornos
System.System.IntPtr
System.nativeint
Implementações
- Atributos