DataConnectionProperties.ICustomTypeDescriptor.GetConverter 方法

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

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  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 不支持显式接口实现。

返回值

类型:TypeConverter
TypeConverter 适合指定对象或 nullnull 引用(在 Visual Basic 中为 Nothing),则此对象的 TypeConverter

实现

ICustomTypeDescriptor.GetConverter

备注

在方法返回 null 时,请使用默认 TypeConverter。 此方法提供 GetConverter 方法的实现。 有关更多信息,请在 .NET Framework 类库中参见 GetConverter 方法。

.NET Framework 安全性

请参阅

参考

DataConnectionProperties 类

Microsoft.VisualStudio.Data.Framework 命名空间