次の方法で共有


UITableViewSource.NumberOfSections(UITableView) メソッド

定義

データを表示するために必要なセクションの数を返します。

[Foundation.Export("numberOfSectionsInTableView:")]
public virtual nint NumberOfSections (UIKit.UITableView tableView);
abstract member NumberOfSections : UIKit.UITableView -> nint
override this.NumberOfSections : UIKit.UITableView -> nint

パラメーター

tableView
UITableView

セクションを表示するテーブル ビュー。

戻り値

System.System.IntPtr System.nativeint

データを表示するために必要なセクションの数。 既定値は 1 です (テーブルには少なくとも 1 つのセクションが必要です)。

属性

注釈

[UITableViewDataSource] で宣言されています

適用対象