次の方法で共有


PropertyDescriptor.Converter プロパティ

プロパティの型コンバータを取得します。

Public Overridable ReadOnly Property Converter As TypeConverter
[C#]
public virtual TypeConverter Converter {get;}
[C++]
public: __property virtual TypeConverter* get_Converter();
[JScript]
public function get Converter() : TypeConverter;

プロパティ値

プロパティの Type を変換するために使用する TypeConverter

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

PropertyDescriptor クラス | PropertyDescriptor メンバ | System.ComponentModel 名前空間 | TypeConverter