Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetConverter

Recupera um conversor de tipos para o objeto especificado.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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 não oferece suporte a implementações explícitas da interface.

Valor de retorno

Tipo: System.ComponentModel.TypeConverter
Uma instância de TypeConverter apropriado para o objeto especificado, ou nulluma referência nula (Nothing no Visual Basic) se não houver nenhum TypeConverter para este objeto.

Implementações

ICustomTypeDescriptor.GetConverter()

Comentários

Quando o método retorna nulluma referência nula (Nothing no Visual Basic), use TypeConverterpadrão.

Esse método oferece uma implementação do método de GetConverter .Para obter mais informações, consulte o método de GetConverter na biblioteca de classes do .NET Framework.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet