TableSection コンストラクター

定義

オーバーロード

TableSection()

既定値を使用して新しい TableSection を作成します。

TableSection(String)

タイトル title を持つ新しい TableSection を作成します。

TableSection()

既定値を使用して新しい TableSection を作成します。

public TableSection ();

適用対象

TableSection(String)

タイトル title を持つ新しい TableSection を作成します。

public TableSection (string title);
new Xamarin.Forms.TableSection : string -> Xamarin.Forms.TableSection

パラメーター

title
String

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

適用対象