DesignerActionListCollection.Add(DesignerActionList) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した DesignerActionList を現在のコレクションに追加します。
public:
int Add(System::ComponentModel::Design::DesignerActionList ^ value);
public int Add (System.ComponentModel.Design.DesignerActionList value);
public int Add (System.ComponentModel.Design.DesignerActionList? value);
member this.Add : System.ComponentModel.Design.DesignerActionList -> int
Public Function Add (value As DesignerActionList) As Integer
パラメーター
- value
- DesignerActionList
追加する DesignerActionList。
戻り値
コレクションの内部リストで新しい要素を挿入する位置。
注釈
新しい要素が内部リストの末尾に追加されます。