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
表部分的标题。