ListBindableAttribute 建構函式

定義

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

多載

名稱 Description
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 表示該清單是否具有約束力的字。

適用於