AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetConverter, méthode

Récupère un convertisseur de type pour l'objet spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de retour

Type : System.ComponentModel.TypeConverter
Une instance d' TypeConverter appropriée pour l'objet spécifié, ou nullune référence null (Nothing en Visual Basic) s'il n'existe aucun TypeConverter pour cet objet.

Implémentations

ICustomTypeDescriptor.GetConverter()

Notes

Lorsque la méthode retourne nullune référence null (Nothing en Visual Basic), utilisez TypeConverterpar défaut.

Cette méthode fournit une implémentation de la méthode d' GetConverter .Pour plus d'informations, consultez la méthode d' GetConverter dans la bibliothèque de classes.NET Framework.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms