TableSectionBase コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| TableSectionBase() |
既定値を使用して新しい TableSectionBase を作成します。 |
| TableSectionBase(String) |
指定したタイトルで新しい TableSectionBase を作成します。 |
TableSectionBase()
既定値を使用して新しい TableSectionBase を作成します。
protected:
TableSectionBase();
protected TableSectionBase();
Protected Sub New ()
適用対象
TableSectionBase(String)
指定したタイトルで新しい 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