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

此编辑器要编辑的集合的类型。

适用于