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 -> intPublic Function Add (value As DesignerActionList) As Integer参数
- value
- DesignerActionList
要添加的 DesignerActionList。
返回
要将新元素插入到集合的内部列表中的位置。
注解
新元素将添加到内部列表的末尾。