TypeListConverter(Type[]) 构造函数

定义

将类型数组用作可用的类型来初始化 TypeListConverter 类的新实例。

protected:
 TypeListConverter(cli::array <Type ^> ^ types);
protected TypeListConverter (Type[] types);
new System.ComponentModel.TypeListConverter : Type[] -> System.ComponentModel.TypeListConverter
Protected Sub New (types As Type())

参数

types
Type[]

用作可用类型的类型 Type 的数组。

注解

参数中 types 提供的类型可用于使用可用类型填充列表框。

适用于