DesignerActionListCollection 생성자

정의

DesignerActionListCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

DesignerActionListCollection()

기본 설정을 포함하는 DesignerActionListCollection 클래스의 새 인스턴스를 초기화합니다.

DesignerActionListCollection(DesignerActionList[])

지정한 패널 항목을 사용하여 DesignerActionListCollection 클래스의 새 인스턴스를 초기화합니다.

DesignerActionListCollection()

기본 설정을 포함하는 DesignerActionListCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 DesignerActionListCollection();
public DesignerActionListCollection ();
Public Sub New ()

설명

DesignerActionListCollection 생성자는 0 DesignerActionList 개의 개체를 포함하는 빈 컬렉션을 만듭니다.

추가 정보

적용 대상

DesignerActionListCollection(DesignerActionList[])

지정한 패널 항목을 사용하여 DesignerActionListCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 DesignerActionListCollection(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList[] value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList?[] value);
new System.ComponentModel.Design.DesignerActionListCollection : System.ComponentModel.Design.DesignerActionList[] -> System.ComponentModel.Design.DesignerActionListCollection
Public Sub New (value As DesignerActionList())

매개 변수

value
DesignerActionList[]

컬렉션을 채울 DesignerActionList 개체의 배열입니다.

예외

valuenull입니다.

설명

DesignerActionListCollection 생성자는 제공된 DesignerActionList 개체를 포함하는 컬렉션을 만듭니다.

추가 정보

적용 대상