TableSection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
TableView 的邏輯和可見區段。
public sealed class TableSection : Xamarin.Forms.TableSectionBase<Xamarin.Forms.Cell>
type TableSection = class
inherit TableSectionBase<Cell>
- 繼承
建構函式
TableSection() |
使用預設值建立新的 TableSection。 |
TableSection(String) |
使用標題 |
屬性
BindingContext |
取得或設定物件,這個物件包含屬於此 BindableObject 屬性繫結屬性將設為目標的屬性。 (繼承來源 BindableObject) |
Count |
取得此 TableSectionBase<T> 物件中的項目數。 (繼承來源 TableSectionBase<T>) |
Dispatcher |
TableView 的邏輯和可見區段。 (繼承來源 BindableObject) |
Item[Int32] |
傳回項目,儲存在此 TableSectionBase<T> 物件中 |
TextColor |
TableView 的邏輯和可見區段。 (繼承來源 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) |
TableView 的邏輯和可見區段。 |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
TableView 的邏輯和可見區段。 |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
建立並將繫結套用至屬性。 |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
已淘汰.
從運算式建立及套用繫結。 |
SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) |
TableView 的邏輯和可見區段。 |
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 平台內部使用。 |