Share via


DesignerActionListCollection コンストラクター

定義

DesignerActionListCollection クラスの新しいインスタンスを初期化します。

オーバーロード

DesignerActionListCollection()

DesignerActionListCollection クラスの新しいインスタンスを既定の設定で初期化します。

DesignerActionListCollection(DesignerActionList[])

指定したパネル項目を使用して、DesignerActionListCollection クラスの新しいインスタンスを初期化します。

DesignerActionListCollection()

DesignerActionListCollection クラスの新しいインスタンスを既定の設定で初期化します。

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

注釈

コンストラクターは DesignerActionListCollection 、0 個 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 オブジェクトを含むコレクションを作成します。

こちらもご覧ください

適用対象