CollectionEditor(Type) 생성자

정의

지정된 컬렉션 형식을 사용하여 클래스의 CollectionEditor 새 인스턴스를 초기화합니다.

public:
 CollectionEditor(Type ^ type);
public CollectionEditor(Type type);
new System.ComponentModel.Design.CollectionEditor : Type -> System.ComponentModel.Design.CollectionEditor
Public Sub New (type As Type)

매개 변수

type
Type

편집할 이 편집기의 컬렉션 형식입니다.

적용 대상