DesignerActionListCollection.Add(DesignerActionList) メソッド

定義

指定した 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

戻り値

コレクションの内部リストで新しい要素を挿入する位置。

注釈

新しい要素が内部リストの末尾に追加されます。

適用対象

こちらもご覧ください