ListBindableAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ListBindableAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| ListBindableAttribute(Boolean) |
リストがバインド可能かどうかを示す値を使用して、 ListBindableAttribute クラスの新しいインスタンスを初期化します。 |
| ListBindableAttribute(BindableSupport) |
リストがバインド可能かどうかを示すListBindableAttributeを使用して、BindableSupport クラスの新しいインスタンスを初期化します。 |
ListBindableAttribute(Boolean)
リストがバインド可能かどうかを示す値を使用して、 ListBindableAttribute クラスの新しいインスタンスを初期化します。
public:
ListBindableAttribute(bool listBindable);
public ListBindableAttribute(bool listBindable);
new System.ComponentModel.ListBindableAttribute : bool -> System.ComponentModel.ListBindableAttribute
Public Sub New (listBindable As Boolean)
パラメーター
- listBindable
- Boolean
true リストがバインド可能な場合。それ以外の場合は false。
適用対象
ListBindableAttribute(BindableSupport)
リストがバインド可能かどうかを示すListBindableAttributeを使用して、BindableSupport クラスの新しいインスタンスを初期化します。
public:
ListBindableAttribute(System::ComponentModel::BindableSupport flags);
public ListBindableAttribute(System.ComponentModel.BindableSupport flags);
new System.ComponentModel.ListBindableAttribute : System.ComponentModel.BindableSupport -> System.ComponentModel.ListBindableAttribute
Public Sub New (flags As BindableSupport)
パラメーター
- flags
- BindableSupport
リストがバインド可能かどうかを示す BindableSupport 。