Freigeben über


TableSectionBase<T> Konstruktoren

Definition

Überlädt

TableSectionBase<T>()

Erstellt eine neue TableSection-Instanz mit einem leeren Titel.

TableSectionBase<T>(String)

Erstellt eine neue TableSection-Instanz mit dem angegebenen title.

TableSectionBase<T>()

Erstellt eine neue TableSection-Instanz mit einem leeren Titel.

protected TableSectionBase ();

Gilt für:

TableSectionBase<T>(String)

Erstellt eine neue TableSection-Instanz mit dem angegebenen 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)>

Parameter

title
System.String

Der Titel des Tabellenabschnitts.

Gilt für: