SettingsBindableAttribute(Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SettingsBindableAttribute klasse.

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

Parameters

bindable
Boolean

true om op te geven dat een eigenschap geschikt is om instellingen te binden; anders, false.

Van toepassing op

Zie ook