UITableView.NumberOfRowsInSection(nint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のセクションの行数 (テーブル セル) を返します。
[Foundation.Export("numberOfRowsInSection:")]
public virtual nint NumberOfRowsInSection (nint section);
abstract member NumberOfRowsInSection : nint -> nint
override this.NumberOfRowsInSection : nint -> nint
パラメーター
- section
- System.System.IntPtr System.nativeint
クエリを実行するセクションのインデックス。 セクション インデックスは 0 から始まります。
戻り値
System.System.IntPtr
System.nativeint
セクション内の行数。
- 属性
注釈
UITableView は、 (またはUITableViewDataSource) からこの値をUITableViewSource取得し、キャッシュします。