次の方法で共有


DesignerActionListCollection コンストラクター

定義

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

オーバーロード

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

こちらもご覧ください

適用対象