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 |
获取一个值,该值指示是否从 BindablePropertyKey 创建 BindableProperty。 |
PropertyName |
获取属性名称。 |
ReturnType |
获取 BindableProperty 的类型。 |