TableSectionBase<T> Oluşturucular

Tanım

Aşırı Yüklemeler

TableSectionBase<T>()

TableSectionBoş bir başlığa sahip yeni bir örnek oluşturur.

TableSectionBase<T>(String)

TableSectionBelirtilen ile yeni bir örnek oluşturur title .

TableSectionBase<T>()

TableSectionBoş bir başlığa sahip yeni bir örnek oluşturur.

protected TableSectionBase ();

Şunlara uygulanır

TableSectionBase<T>(String)

TableSectionBelirtilen ile yeni bir örnek oluşturur 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)>

Parametreler

title
String

Tablo bölümünün başlığı.

Şunlara uygulanır