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

適用対象

こちらもご覧ください