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,指出清單是否為可繫結。