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

数组项的数据类型。

适用于