다음을 통해 공유


ArrayEditor(Type) 생성자

정의

배열의 지정된 데이터 형식을 사용하여 ArrayEditor 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

type
Type

배열 항목의 데이터 형식입니다.

적용 대상