DesignerActionListCollection.AddRange 메서드

정의

제공된 일련의 DesignerActionList 개체를 현재 컬렉션에 추가합니다.

오버로드

AddRange(DesignerActionList[])

제공된 DesignerActionList 배열의 요소를 현재 컬렉션의 끝에 추가합니다.

AddRange(DesignerActionListCollection)

제공된 DesignerActionListCollection의 요소를 현재 컬렉션의 끝에 추가합니다.

AddRange(DesignerActionList[])

제공된 DesignerActionList 배열의 요소를 현재 컬렉션의 끝에 추가합니다.

public:
 void AddRange(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public:
 void AddRange(... cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public void AddRange (System.ComponentModel.Design.DesignerActionList[] value);
public void AddRange (System.ComponentModel.Design.DesignerActionList?[] value);
public void AddRange (params System.ComponentModel.Design.DesignerActionList?[] value);
member this.AddRange : System.ComponentModel.Design.DesignerActionList[] -> unit
Public Sub AddRange (value As DesignerActionList())
Public Sub AddRange (ParamArray value As DesignerActionList())

매개 변수

value
DesignerActionList[]

추가할 DesignerActionList 개체의 배열입니다.

예외

valuenull입니다.

설명

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

매개 변수의 유효성을 검사한 value 후 메서드는 AddRange 메서드를 일련의 호출하여 Add 각 요소를 개별적으로 추가합니다.

추가 정보

적용 대상

AddRange(DesignerActionListCollection)

제공된 DesignerActionListCollection의 요소를 현재 컬렉션의 끝에 추가합니다.

public:
 void AddRange(System::ComponentModel::Design::DesignerActionListCollection ^ value);
public void AddRange (System.ComponentModel.Design.DesignerActionListCollection value);
member this.AddRange : System.ComponentModel.Design.DesignerActionListCollection -> unit
Public Sub AddRange (value As DesignerActionListCollection)

매개 변수

예외

value이(가) null인 경우

설명

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

매개 변수의 유효성을 검사한 value 후 메서드는 AddRange 메서드를 일련의 호출하여 Add 각 요소를 개별적으로 추가합니다.

추가 정보

적용 대상