UITableViewDataSource.RowsInSection(UITableView, nint) 方法

定义

由表视图调用,以找出在 指定的 section节中要呈现的行数。

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

参数

tableView
UITableView
section
System.System.IntPtr System.nativeint

包含行的节的索引。

返回

System.System.IntPtr System.nativeint

索引 section处的 节中的行数。

实现

属性

适用于