TableSectionBase コンストラクター

定義

オーバーロード

名前 説明
TableSectionBase()

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

TableSectionBase(String)

指定したタイトルで新しい TableSectionBase を作成します。

TableSectionBase()

ソース:
TableSectionBase.cs
ソース:
TableSectionBase.cs
ソース:
TableSectionBase.cs
ソース:
TableSectionBase.cs

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

protected:
 TableSectionBase();
protected TableSectionBase();
Protected Sub New ()

適用対象

TableSectionBase(String)

ソース:
TableSectionBase.cs
ソース:
TableSectionBase.cs
ソース:
TableSectionBase.cs
ソース:
TableSectionBase.cs

指定したタイトルで新しい TableSectionBase を作成します。

protected:
 TableSectionBase(System::String ^ title);
protected TableSectionBase(string title);
new Microsoft.Maui.Controls.TableSectionBase : string -> Microsoft.Maui.Controls.TableSectionBase
Protected Sub New (title As String)

パラメーター

title
String

適用対象