SettingsBindableAttribute(Boolean) 构造函数

定义

初始化 SettingsBindableAttribute 类的新实例。

public:
 SettingsBindableAttribute(bool bindable);
public SettingsBindableAttribute(bool bindable);
new System.ComponentModel.SettingsBindableAttribute : bool -> System.ComponentModel.SettingsBindableAttribute
Public Sub New (bindable As Boolean)

参数

bindable
Boolean

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

适用于

另请参阅