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.

Применяется к

См. также раздел