Compartilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetConverter

Recupera um conversor de tipos para o objeto especificado.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.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
Retorna uma instância de TypeConverter apropriado para o objeto especificado, ou retorna nulluma referência nula (Nothing no Visual Basic) se não houver nenhum TypeConverter para este objeto.

Implementações

ICustomTypeDescriptor.GetConverter()

Comentários

Em casos onde 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 de .NET Framework .

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.AdoDotNet