다음을 통해 공유


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

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

적용 대상