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

適用対象