Share via


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
System.String

資料表區段的標題。

適用於