ListBindableAttribute 建構函式

定義

初始化 ListBindableAttribute 類別的新執行個體。

多載

ListBindableAttribute(Boolean)

使用指示清單是否為可繫結的值,初始化 ListBindableAttribute 類別的新執行個體。

ListBindableAttribute(BindableSupport)

使用 ListBindableAttribute 指示清單是否為可繫結,初始化 BindableSupport 類別的新執行個體。

ListBindableAttribute(Boolean)

來源:
ListBindableAttribute.cs
來源:
ListBindableAttribute.cs
來源:
ListBindableAttribute.cs

使用指示清單是否為可繫結的值,初始化 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.cs
來源:
ListBindableAttribute.cs
來源:
ListBindableAttribute.cs

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

適用於