SettingsBindableAttribute(Boolean) Konstruktor

Definition

Initierar en ny instans av SettingsBindableAttribute klassen.

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

Parametrar

bindable
Boolean

trueför att ange att en egenskap är lämplig att binda inställningar till; annars . false

Gäller för

Se även