BindableProperty 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
BindableProperty 是允许在 BindableObject 上绑定的属性的后备存储。
public ref class BindableProperty sealed
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BindablePropertyConverter))]
public sealed class BindableProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BindablePropertyConverter))>]
type BindableProperty = class
Public NotInheritable Class BindableProperty
- 继承
-
BindableProperty
- 属性
字段
UnsetValue |
BindableProperty 是允许在 BindableObject 上绑定的属性的后备存储。 |
属性
DeclaringType |
获取声明 BindableProperty 的类型 |
DefaultBindingMode |
获取默认的 BindingMode。 |
DefaultValue |
获取 BindableProperty 的默认值。 |
IsReadOnly |
获取一个值,该值指示是否从 BindablePropertyKey 创建 BindableProperty。 |
PropertyName |
获取属性名称。 |
ReturnType |
获取 BindableProperty 的类型。 |