TableSectionBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブルのセクションを定義する抽象基本クラスです。
public ref class TableSectionBase abstract : Microsoft::Maui::Controls::BindableObject
public abstract class TableSectionBase : Microsoft.Maui.Controls.BindableObject
type TableSectionBase = class
inherit BindableObject
Public MustInherit Class TableSectionBase
Inherits BindableObject
- 継承
- 派生
注釈
追加する。
コンストラクター
| TableSectionBase() |
空のヘッダーを含まないセクションを構築します。 |
| TableSectionBase(String) |
指定したヘッダーを持つセクションを構築します。 |
フィールド
| TextColorProperty |
TextColorのバインド可能なプロパティ。 |
| TitleProperty |
Titleのバインド可能なプロパティ。 |
プロパティ
| BindingContext |
この BindableObjectに属するバインドされたプロパティの対象となるプロパティを含むオブジェクトを取得または設定します。 これはバインド可能なプロパティです。 (継承元 BindableObject) |
| Dispatcher |
このバインド可能なオブジェクトが作成されたときに使用可能だったディスパッチャーを取得します。それ以外の場合は、使用可能な最も近いディスパッチャー (おそらくウィンドウ/アプリ) を検索しようとします。 (継承元 BindableObject) |
| TextColor |
テーブルのセクションを定義する抽象基本クラスです。 |
| Title |
タイトルを取得または設定します。 |
メソッド
イベント
| BindingContextChanged |
BindingContext プロパティの値が変化したときに発生します。 (継承元 BindableObject) |
| PropertyChanged |
プロパティ値が変更されたときに発生します。 (継承元 BindableObject) |
| PropertyChanging |
プロパティ値が変更されるときに発生します。 (継承元 BindableObject) |
明示的なインターフェイスの実装
| IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
テーブルのセクションを定義する抽象基本クラスです。 (継承元 BindableObject) |
拡張メソッド
| GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
テーブルのセクションを定義する抽象基本クラスです。 |
| SetAppTheme<T>(BindableObject, BindableProperty, T, T) |
テーブルのセクションを定義する抽象基本クラスです。 |
| SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
テーブルのセクションを定義する抽象基本クラスです。 |
| SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
プロパティにバインドを作成し、適用します。 |
| SetBinding<TSource,TProperty>(BindableObject, BindableProperty, Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object) |
ソース オブジェクトのプロパティとターゲット オブジェクトのプロパティの間にバインディングを作成します。 |