Compartilhar via


Método DataConnectionProperties.ICustomTypeDescriptor.GetConverter

Recupera um conversor de tipos para o objeto especificado.

Namespace:  Microsoft.VisualStudio.Data.Framework
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
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

Em casos onde o método retorna nulo, 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

DataConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework