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 オブジェクトを含むコレクションを作成します。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET