TableRoot 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含表区域或整个表的 TableSection。
public sealed class TableRoot : Xamarin.Forms.TableSectionBase<Xamarin.Forms.TableSection>
type TableRoot = class
inherit TableSectionBase<TableSection>
- 继承
构造函数
TableRoot() |
构造并初始化 TableRoot 类的新实例。 |
TableRoot(String) |
使用标题来构造并初始化 TableRoot 类的新实例。 |
属性
BindingContext |
获取或设置对象,该对象包含将被属于此 BindableObject 的绑定属性设定为目标的属性。 (继承自 BindableObject) |
Count |
获取此 TableSectionBase<T> 对象中的项数。 (继承自 TableSectionBase<T>) |
Dispatcher |
包含表区域或整个表的 TableSection。 (继承自 BindableObject) |
Item[Int32] |
返回存储在此 TableSectionBase<T> 对象中的该位置(由 |
TextColor |
包含表区域或整个表的 TableSection。 (继承自 TableSectionBase) |
Title |
获取或设置该标题。 (继承自 TableSectionBase) |
方法
事件
BindingContextChanged |
只要 BindingContext 属性更改就会引发。 (继承自 BindableObject) |
CollectionChanged |
向此 TableSectionBase<T> 对象添加一个或多个项或从中删除一个或多个项时引发的事件。 (继承自 TableSectionBase<T>) |
PropertyChanged |
在属性已更改时引发。 (继承自 BindableObject) |
PropertyChanging |
在属性将要更改时引发。 (继承自 BindableObject) |
显式接口实现
ICollection<T>.IsReadOnly |
返回 |
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
供 Xamarin.Forms 平台内部使用。 (继承自 BindableObject) |
IEnumerable.GetEnumerator() |
返回一个循环访问 TableSectionBase<T> 对象中的对象集合的枚举器。 (继承自 TableSectionBase<T>) |
扩展方法
GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
包含表区域或整个表的 TableSection。 |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
包含表区域或整个表的 TableSection。 |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
创建绑定并将其应用到属性。 |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
已过时.
通过表达式创建并应用绑定。 |
SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) |
包含表区域或整个表的 TableSection。 |
ForEach<T>(IEnumerable<T>, Action<T>) |
供 Xamarin.Forms 平台内部使用。 |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
供 Xamarin.Forms 平台内部使用。 |
IndexOf<T>(IEnumerable<T>, T) |
供 Xamarin.Forms 平台内部使用。 |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
供 Xamarin.Forms 平台内部使用。 |
Prepend<T>(IEnumerable<T>, T) |
供 Xamarin.Forms 平台内部使用。 |