TableSectionBase<T> 생성자

정의

오버로드

TableSectionBase<T>()

빈 제목을 사용하여 새 TableSection 인스턴스를 생성합니다.

TableSectionBase<T>(String)

지정된 TableSection을 사용하여 새 title 인스턴스를 생성합니다.

TableSectionBase<T>()

빈 제목을 사용하여 새 TableSection 인스턴스를 생성합니다.

protected TableSectionBase ();

적용 대상

TableSectionBase<T>(String)

지정된 TableSection을 사용하여 새 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)>

매개 변수

title
System.String

테이블 섹션의 제목입니다.

적용 대상