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

適用対象

こちらもご覧ください