次の方法で共有


TableSectionBase<T> コンストラクター

定義

オーバーロード

TableSectionBase<T>()

空のタイトルを使用して、新しい TableSection インスタンスが構築されます。

TableSectionBase<T>(String)

指定した TableSection を使用して、新しい title インスタンスが構築されます。

TableSectionBase<T>()

空のタイトルを使用して、新しい TableSection インスタンスが構築されます。

protected TableSectionBase ();

適用対象

TableSectionBase<T>(String)

指定した TableSection を使用して、新しい title インスタンスが構築されます。

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)> : string -> Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)>

パラメーター

title
System.String

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

適用対象