TableSectionBase<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブルのセクションを定義する抽象基本クラスです。
generic <typename T>
where T : BindableObjectpublic ref class TableSectionBase abstract : Microsoft::Maui::Controls::TableSectionBase, Microsoft::Maui::IVisualTreeElement, System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>, System::Collections::Generic::IList<T>, System::Collections::Specialized::INotifyCollectionChanged
public abstract class TableSectionBase<T> : Microsoft.Maui.Controls.TableSectionBase, Microsoft.Maui.IVisualTreeElement, 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 IVisualTreeElement
interface INotifyCollectionChanged
Public MustInherit Class TableSectionBase(Of T)
Inherits TableSectionBase
Implements ICollection(Of T), IEnumerable(Of T), IList(Of T), INotifyCollectionChanged, IVisualTreeElement
型パラメーター
- T
- 継承
- 派生
- 実装
注釈
追加する。
コンストラクター
TableSectionBase<T>() |
空のヘッダーを含まないセクションを構築します。 |
TableSectionBase<T>(String) |
指定したヘッダーを持つセクションを構築します。 |
プロパティ
BindingContext |
この BindableObjectプロパティに属するバインドされたプロパティの対象となるプロパティを含むオブジェクトを取得または設定します。 これはバインド可能なプロパティです。 (継承元 BindableObject) |
Count |
テーブルのセクションを定義する抽象基本クラスです。 |
Dispatcher |
このバインド可能なオブジェクトが作成されたときに使用可能だったディスパッチャーを取得します。それ以外の場合は、使用可能な最も近いディスパッチャー (おそらくウィンドウ/アプリ) を検索しようとします。 (継承元 BindableObject) |
Item[Int32] |
テーブルのセクションを定義する抽象基本クラスです。 |
TextColor |
テーブルのセクションを定義する抽象基本クラスです。 (継承元 TableSectionBase) |
Title |
タイトルを取得または設定します。 (継承元 TableSectionBase) |
メソッド
Add(IEnumerable<T>) |
テーブルのセクションを定義する抽象基本クラスです。 |
Add(T) |
テーブルのセクションを定義する抽象基本クラスです。 |
ApplyBindings() |
現在のすべてのバインディングを適用します BindingContext。 (継承元 BindableObject) |
Clear() |
テーブルのセクションを定義する抽象基本クラスです。 |
ClearValue(BindableProperty) |
バインド可能なプロパティに対して以前に設定されたすべての値をクリアします。 (継承元 BindableObject) |
ClearValue(BindablePropertyKey) |
バインド可能なプロパティに対して以前に設定された値をクリアします。その値は、そのキーで識別されます。 (継承元 BindableObject) |
CoerceValue(BindableProperty) |
指定したバインド可能なプロパティの値を強制します。 これを行うには、指定されたバインド可能なプロパティを BindableProperty.CoerceValueDelegate 呼び出します。 (継承元 BindableObject) |
CoerceValue(BindablePropertyKey) |
指定したバインド可能なプロパティの値を強制します。 これを行うには、指定されたバインド可能なプロパティを BindableProperty.CoerceValueDelegate 呼び出します。 (継承元 BindableObject) |
Contains(T) |
テーブルのセクションを定義する抽象基本クラスです。 |
CopyTo(T[], Int32) |
テーブルのセクションを定義する抽象基本クラスです。 |
GetEnumerator() |
テーブルのセクションを定義する抽象基本クラスです。 |
GetValue(BindableProperty) |
指定されたバインド可能なプロパティに含まれる値を返します。 (継承元 BindableObject) |
IndexOf(T) |
テーブルのセクションを定義する抽象基本クラスです。 |
Insert(Int32, T) |
テーブルのセクションを定義する抽象基本クラスです。 |
IsSet(BindableProperty) |
バインド可能なプロパティが存在し、値が設定されているかどうかを判断します。 (継承元 BindableObject) |
OnBindingContextChanged() |
テーブルのセクションを定義する抽象基本クラスです。 |
OnPropertyChanged(String) |
PropertyChanged イベントを発生させます。 (継承元 BindableObject) |
OnPropertyChanging(String) |
PropertyChanging イベントを発生させます。 (継承元 BindableObject) |
Remove(T) |
テーブルのセクションを定義する抽象基本クラスです。 |
RemoveAt(Int32) |
テーブルのセクションを定義する抽象基本クラスです。 |
RemoveBinding(BindableProperty) |
バインド可能なプロパティから、以前に設定したバインドを削除します。 (継承元 BindableObject) |
SetBinding(BindableProperty, BindingBase) |
バインド可能なプロパティにバインドを割り当てます。 (継承元 BindableObject) |
SetValue(BindableProperty, Object) |
指定したバインド可能なプロパティの値を設定します。 (継承元 BindableObject) |
SetValue(BindablePropertyKey, Object) |
指定したバインド可能なプロパティの値を設定します。 (継承元 BindableObject) |
UnapplyBindings() |
現在のコンテキストから現在のすべてのバインドを削除します。 (継承元 BindableObject) |
イベント
BindingContextChanged |
BindingContext プロパティの値が変化したときに発生します。 (継承元 BindableObject) |
CollectionChanged |
テーブルのセクションを定義する抽象基本クラスです。 |
PropertyChanged |
プロパティ値が変更されたときに発生します。 (継承元 BindableObject) |
PropertyChanging |
プロパティ値が変更されるときに発生します。 (継承元 BindableObject) |
明示的なインターフェイスの実装
ICollection<T>.IsReadOnly |
テーブルのセクションを定義する抽象基本クラスです。 |
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
テーブルのセクションを定義する抽象基本クラスです。 (継承元 BindableObject) |
IEnumerable.GetEnumerator() |
テーブルのセクションを定義する抽象基本クラスです。 |
IVisualTreeElement.GetVisualChildren() |
テーブルのセクションを定義する抽象基本クラスです。 |
IVisualTreeElement.GetVisualParent() |
テーブルのセクションを定義する抽象基本クラスです。 |
拡張メソッド
適用対象
.NET MAUI