ListBindableAttribute 构造函数

定义

初始化 ListBindableAttribute 类的新实例。

重载

ListBindableAttribute(Boolean)

通过使用值指示该列表是否可绑定来初始化 ListBindableAttribute 类的新实例。

ListBindableAttribute(BindableSupport)

通过使用 ListBindableAttribute 指示该列表是否可绑定来初始化 BindableSupport 类的新实例。

ListBindableAttribute(Boolean)

Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs
Source:
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)

Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs
Source:
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,指示该列表是否可绑定。

适用于