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 物件的集合。