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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET