DesignerActionListCollection 생성자

정의

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

오버로드

Name Description
DesignerActionListCollection()

기본 설정을 사용하여 클래스의 새 인스턴스를 DesignerActionListCollection 초기화합니다.

DesignerActionListCollection(DesignerActionList[])

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

DesignerActionListCollection()

Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs

기본 설정을 사용하여 클래스의 새 인스턴스를 DesignerActionListCollection 초기화합니다.

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

설명

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

추가 정보

적용 대상

DesignerActionListCollection(DesignerActionList[])

Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs
Source:
DesignerActionListCollection.cs

지정된 패널 항목을 사용하여 클래스의 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 개체를 포함하는 컬렉션을 만듭니다.

추가 정보

적용 대상