TableSectionBase<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
資料表區段,包含類型為 T 並由 Xamarin.Forms 轉譯的執行個體。
public abstract class TableSectionBase<T> : Xamarin.Forms.TableSectionBase, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.Specialized.INotifyCollectionChanged where T : BindableObject
type TableSectionBase<'T (requires 'T :> BindableObject)> = class
inherit TableSectionBase
interface IList<'T (requires 'T :> BindableObject)>
interface ICollection<'T (requires 'T :> BindableObject)>
interface seq<'T (requires 'T :> BindableObject)>
interface IEnumerable
interface INotifyCollectionChanged
類型參數
- T
- 繼承
- 衍生
- 實作
-
System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged
備註
區段是用來將畫面中的儲存格分組,而且是 的唯一有效直接子系 TableRoot。 區段可以包含任何標準 Cells,包括新的 TableRoot。
TableRoot內嵌在區段中的是用來流覽至新的更深入層級。
開發人員可以將頁首和頁尾指派為字串, (頁首和頁尾) 屬性,或做為 View 來顯示 (HeaderView 和 FooterView) 。 在內部,這會使用相同的記憶體,因此只有一個或另一個可以遮住顯示。
建構函式
TableSectionBase<T>() |
建構具有空白標題的新 TableSection 執行個體。 |
TableSectionBase<T>(String) |
使用所指定 |
屬性
BindingContext |
取得或設定物件,這個物件包含屬於此 BindableObject 屬性繫結屬性將設為目標的屬性。 (繼承來源 BindableObject) |
Count |
取得此 TableSectionBase<T> 物件中的項目數。 |
Dispatcher |
資料表區段,包含類型為 T 並由 Xamarin.Forms 轉譯的執行個體。 (繼承來源 BindableObject) |
Item[Int32] |
傳回項目,儲存在此 TableSectionBase<T> 物件中 |
TextColor |
資料表區段,包含類型為 T 並由 Xamarin.Forms 轉譯的執行個體。 (繼承來源 TableSectionBase) |
Title |
取得或設定標題。 (繼承來源 TableSectionBase) |
方法
事件
BindingContextChanged |
每當 BindingContext 屬性變更時引發。 (繼承來源 BindableObject) |
CollectionChanged |
在此 TableSectionBase<T> 物件中新增或移除一或多個項目時所引發的事件。 |
PropertyChanged |
在屬性變更時引發。 (繼承來源 BindableObject) |
PropertyChanging |
在屬性即將變更時引發。 (繼承來源 BindableObject) |
明確介面實作
ICollection<T>.IsReadOnly |
傳回 |
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
供 Xamarin.Forms 平台內部使用。 (繼承來源 BindableObject) |
IEnumerable.GetEnumerator() |
傳回列舉程式,逐一查看此 TableSectionBase<T> 物件中的物件集合。 |
擴充方法
GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
資料表區段,包含類型為 T 並由 Xamarin.Forms 轉譯的執行個體。 |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
資料表區段,包含類型為 T 並由 Xamarin.Forms 轉譯的執行個體。 |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
建立並將繫結套用至屬性。 |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
已淘汰.
從運算式建立及套用繫結。 |
SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) |
資料表區段,包含類型為 T 並由 Xamarin.Forms 轉譯的執行個體。 |
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 平台內部使用。 |