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입니다.

반환

컬렉션의 내부 목록에 새 요소가 삽입되는 위치입니다.

설명

새 요소가 내부 목록의 끝에 추가됩니다.

적용 대상

추가 정보