ReferenceConverter(Type) 建構函式

定義

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

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

參數

type
Type

Type,表示要與這個參考轉換子產生關聯的型別。

適用於