SettingsBindableAttribute.Bindable 属性

定义

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

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

属性值

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

适用于

另请参阅