TableSectionBase<T> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TableSectionBase<T>() |
建構具有空白標題的新 TableSection 執行個體。 |
TableSectionBase<T>(String) |
使用所指定 |
TableSectionBase<T>()
TableSectionBase<T>(String)
使用所指定 title
,建構新的 TableSection 執行個體。
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
資料表區段的標題。