UITableViewDataSource.RowsInSection(UITableView, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由表视图调用,以找出在 指定的 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
处的 节中的行数。
实现
- 属性