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