次の方法で共有


TableSectionBase コンストラクター

定義

オーバーロード

TableSectionBase()

既定値を使用して新しい TableSectionBase オブジェクトを作成します。

TableSectionBase(String)

新しい TableSectionBase オブジェクトを、title を指定して作成します。

TableSectionBase()

既定値を使用して新しい TableSectionBase オブジェクトを作成します。

protected TableSectionBase ();

適用対象

TableSectionBase(String)

新しい TableSectionBase オブジェクトを、title を指定して作成します。

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase : string -> Xamarin.Forms.TableSectionBase

パラメーター

title
System.String

テーブル セクションのタイトル。

適用対象