DesignerActionListCollection 构造函数

定义

初始化 DesignerActionListCollection 类的新实例。

重载

名称 说明
DesignerActionListCollection()

使用默认设置初始化类的新实例 DesignerActionListCollection

DesignerActionListCollection(DesignerActionList[])

使用指定的面板项初始化类的新实例 DesignerActionListCollection

DesignerActionListCollection()

Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs

使用默认设置初始化类的新实例 DesignerActionListCollection

public:
 DesignerActionListCollection();
public DesignerActionListCollection();
Public Sub New ()

注解

构造 DesignerActionListCollection 函数创建一个包含零 DesignerActionList 对象的空集合。

另请参阅

适用于

DesignerActionListCollection(DesignerActionList[])

Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs

使用指定的面板项初始化类的新实例 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

例外

valuenull

注解

构造 DesignerActionListCollection 函数创建一个集合,其中包含提供 DesignerActionList 的对象。

另请参阅

适用于