DesignerActionListCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DesignerActionListCollection 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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物件的集合。