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 提供的型別可用來使用可用的類型來填入清單框。

適用於