ListBindableAttribute 构造函数

定义

初始化 ListBindableAttribute 类的新实例。

重载

名称 说明
ListBindableAttribute(Boolean)

使用值初始化类的新实例 ListBindableAttribute ,以指示列表是否可绑定。

ListBindableAttribute(BindableSupport)

初始化类ListBindableAttribute的新实例BindableSupport,以指示列表是否可绑定。

ListBindableAttribute(Boolean)

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

指示列表是否可绑定的 A BindableSupport

适用于