DesignerActionListCollection 建構函式

定義

初始化 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 物件陣列。

例外狀況

valuenull

備註

DesignerActionListCollection 構函式會建立包含所提供 DesignerActionList 物件的集合。

另請參閱

適用於