ListBindableAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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 。