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

返回

要将新元素插入到集合的内部列表中的位置。

注解

新元素将添加到内部列表的末尾。

适用于

另请参阅