UITableViewDataSource_Extensions.NumberOfSections メソッド

定義

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

public static nint NumberOfSections (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member NumberOfSections : UIKit.IUITableViewDataSource * UIKit.UITableView -> nint

パラメーター

This
IUITableViewDataSource

この拡張メソッドが動作するインスタンス。

tableView
UITableView

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

戻り値

System.System.IntPtr System.nativeint

適用対象