語言

DesignerActionListCollection 建構函式

定義

初始化 DesignerActionListCollection 類別的新執行個體。

多載

名稱 Description
DesignerActionListCollection()

初始化一個新的類別實例 DesignerActionListCollection ,並維持預設設定。

DesignerActionListCollection(DesignerActionList[])

初始化類別的新實例 DesignerActionListCollection ,並使用指定的面板項目。

DesignerActionListCollection()

來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs

初始化一個新的類別實例 DesignerActionListCollection ,並維持預設設定。

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

備註

DesignerActionListCollection 構子會建立一個空集合,包含零 DesignerActionList 物件。

另請參閱

適用於

DesignerActionListCollection(DesignerActionList[])

來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs
來源:
DesignerActionListCollection.cs
來源:
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物件的集合。

另請參閱

適用於