ComponentConverter(Type) 建構函式

定義

初始化 ComponentConverter 類別的新執行個體。

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

參數

type
Type

Type,代表要與此元件轉換器建立關聯的型別。

適用於