DesignerActionListCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 設定するオブジェクトの配列。
例外
value は nullです。
注釈
DesignerActionListCollection コンストラクターは、指定されたDesignerActionList オブジェクトを含むコレクションを作成します。