SettingsBindableAttribute(Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz der SettingsBindableAttribute-Klasse.

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

Parameter

bindable
Boolean

true, um anzugeben, dass eine Eigenschaft zum Binden von Einstellungen geeignet ist, andernfalls false.

Gilt für:

Weitere Informationen