DesignerActionListCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DesignerActionListCollection 类的新实例。
重载
| 名称 | 说明 |
|---|---|
| DesignerActionListCollection() |
使用默认设置初始化类的新实例 DesignerActionListCollection 。 |
| DesignerActionListCollection(DesignerActionList[]) |
使用指定的面板项初始化类的新实例 DesignerActionListCollection 。 |
DesignerActionListCollection()
使用默认设置初始化类的新实例 DesignerActionListCollection 。
public:
DesignerActionListCollection();
public DesignerActionListCollection();
Public Sub New ()
注解
构造 DesignerActionListCollection 函数创建一个包含零 DesignerActionList 对象的空集合。
另请参阅
适用于
DesignerActionListCollection(DesignerActionList[])
使用指定的面板项初始化类的新实例 DesignerActionListCollection 。
public:
DesignerActionListCollection(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public DesignerActionListCollection(System.ComponentModel.Design.DesignerActionList[] value);
public DesignerActionListCollection(System.ComponentModel.Design.DesignerActionList?[] value);
new System.ComponentModel.Design.DesignerActionListCollection : System.ComponentModel.Design.DesignerActionList[] -> System.ComponentModel.Design.DesignerActionListCollection
Public Sub New (value As DesignerActionList())
参数
- value
- DesignerActionList[]
要填充集合的对象数组 DesignerActionList 。
例外
value 是 null。
注解
构造 DesignerActionListCollection 函数创建一个集合,其中包含提供 DesignerActionList 的对象。