この属性が関連付けられているオブジェクトのコンバータとして使用する Type の完全限定型名を取得します。
Public ReadOnly Property ConverterTypeName As String
[C#]
public string ConverterTypeName {get;}
[C++]
public: __property String* get_ConverterTypeName();
[JScript]
public function get ConverterTypeName() : String;
プロパティ値
この属性が関連付けられているオブジェクトのコンバータとして使用する Type の完全修飾型名。コンバータとして使用する型がない場合は空の文字列 ("")。既定値は空の文字列 ("") です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeConverterAttribute クラス | TypeConverterAttribute メンバ | System.ComponentModel 名前空間 | TypeConverter