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

適用於

另請參閱