TableSectionBase<T> Konstruktory

Definice

Přetížení

TableSectionBase<T>()

Vytvoří novou TableSection instanci s prázdným názvem.

TableSectionBase<T>(String)

Vytvoří novou TableSection instanci se zadaným titleobjektem .

TableSectionBase<T>()

Vytvoří novou TableSection instanci s prázdným názvem.

protected TableSectionBase ();

Platí pro

TableSectionBase<T>(String)

Vytvoří novou TableSection instanci se zadaným titleobjektem .

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

Parametry

title
System.String

Název oddílu tabulky.

Platí pro