TableSectionBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブルのセクションを定義する抽象基本クラスです。
public abstract class TableSectionBase : Xamarin.Forms.BindableObject
type TableSectionBase = class
inherit BindableObject
- 継承
- 派生
注釈
追加する。
コンストラクター
TableSectionBase() |
既定値を使用して新しい TableSectionBase オブジェクトを作成します。 |
TableSectionBase(String) |
新しい TableSectionBase オブジェクトを、 |
フィールド
TextColorProperty |
TextColor フィールドのバッキング ストア。 |
TitleProperty |
Title プロパティのバッキング ストア。 |
プロパティ
BindingContext |
バインドされたプロパティのうち、この BindableObject に属するプロパティの対象となるプロパティが含まれるオブジェクトを取得または設定します。 (継承元 BindableObject) |
Dispatcher |
テーブルのセクションを定義する抽象基本クラスです。 (継承元 BindableObject) |
TextColor |
テーブルのセクションを定義する抽象基本クラスです。 |
Title |
タイトルを取得または設定します。 |
メソッド
イベント
BindingContextChanged |
BindingContext プロパティが変更されるたびに発生します。 (継承元 BindableObject) |
PropertyChanged |
プロパティが変更されたときに発生します。 (継承元 BindableObject) |
PropertyChanging |
プロパティが変更されようとしているときに発生します。 (継承元 BindableObject) |
明示的なインターフェイスの実装
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Xamarin.Forms プラットフォームによる内部使用向け。 (継承元 BindableObject) |
拡張メソッド
GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
テーブルのセクションを定義する抽象基本クラスです。 |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
テーブルのセクションを定義する抽象基本クラスです。 |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
プロパティにバインドを作成し、適用します。 |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
古い.
式からバインドを作成し適用します。 |
SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) |
テーブルのセクションを定義する抽象基本クラスです。 |