UITableViewSource.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
处的 节中的行数。
- 属性
注解
在 [UITableViewDataSource] 中声明