SettingsBindableAttribute.Bindable 属性

定义

获取一个值,该值指示是否适合将属性绑定到设置。

public:
 property bool Bindable { bool get(); };
public bool Bindable { get; }
member this.Bindable : bool
Public ReadOnly Property Bindable As Boolean

属性值

如果适合将属性绑定到设置,则为 true;否则为 false

适用于

另请参阅