BindableProperty クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BindableProperty は、BindableObject でのバインディングを許可するプロパティのバッキング ストア。
[System.Diagnostics.DebuggerDisplay("{PropertyName}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.BindablePropertyConverter))]
public sealed class BindableProperty
type BindableProperty = class
- 継承
-
System.ObjectBindableProperty
- 属性
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
フィールド
UnsetValue |
BindableProperty は、BindableObject でのバインディングを許可するプロパティのバッキング ストア。 |
プロパティ
DeclaringType |
BindableProperty を宣言する型を取得します |
DefaultBindingMode |
既定の BindingMode を取得します。 |
DefaultValue |
BindableProperty の既定値を取得します。 |
IsReadOnly |
BindableProperty が BindablePropertyKey から作成されているかどうかを示す値を取得します。 |
PropertyName |
プロパティ名を取得します。 |
ReturnType |
BindableProperty の型を取得します。 |