AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetConverter 方法

检索指定对象的类型转换器。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Private Function GetConverter As TypeConverter
    Implements ICustomTypeDescriptor.GetConverter
TypeConverter ICustomTypeDescriptor.GetConverter()
private:
virtual TypeConverter^ GetConverter() sealed = ICustomTypeDescriptor::GetConverter
private abstract GetConverter : unit -> TypeConverter 
private override GetConverter : unit -> TypeConverter 
JScript 不支持显式接口实现。

返回值

类型:System.ComponentModel.TypeConverter
TypeConverter 实例适合于指定的对象或 nullnull 引用(在 Visual Basic 中为 Nothing),如果没有该对象的 TypeConverter。

实现

ICustomTypeDescriptor.GetConverter()

备注

当方法返回 nullnull 引用(在 Visual Basic 中为 Nothing)时,请使用默认 TypeConverter。

此方法提供 GetConverter 方法的实现。有关更多信息,请在.NET Framework选件类库参考 GetConverter 方法。

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间