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
處區段中的資料列數目。
實作
- 屬性