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 添加的。
返回
新元素插入集合内部列表的位置。
注解
新元素将添加到内部列表的末尾。