指定したオブジェクト型の TypeConverter を取得します。
名前空間: Microsoft.VisualBasic
アセンブリ: System (system.dll 内)
構文
'宣言
Public Overrides Function GetConverter ( _
type As Type _
) As TypeConverter
'使用
Dim instance As VBCodeProvider
Dim type As Type
Dim returnValue As TypeConverter
returnValue = instance.GetConverter(type)
public override TypeConverter GetConverter (
Type type
)
public:
virtual TypeConverter^ GetConverter (
Type^ type
) override
public TypeConverter GetConverter (
Type type
)
public override function GetConverter (
type : Type
) : TypeConverter
適用できません。
パラメータ
- type
型コンバータを取得する対象のオブジェクトの型。
戻り値
指定した型の TypeConverter。
解説
派生クラスでこのメソッドをオーバーライドして、特定のデータ型のために特定の種類の型コンバータを指定できます。
プラットフォーム
Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition
Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。
バージョン情報
.NET Framework
サポート対象 : 3.0,2.0,1.1,1.0
参照
関連項目
VBCodeProvider クラス
VBCodeProvider メンバ
Microsoft.VisualBasic 名前空間