DataConnectionProperties.ICustomTypeDescriptor.GetConverter, méthode
Récupère un convertisseur de type pour l'objet spécifié.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.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 : TypeConverter
Retourne TypeConverter approprié pour l'objet spécifié, ou retourne nullune référence null (Nothing en Visual Basic) s'il n'existe aucun TypeConverter pour cet objet.
Implémentations
ICustomTypeDescriptor.GetConverter
Notes
Dans les cas où 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 sur la méthode d' GetConverter dans la bibliothèque de classes d' .NET Framework .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.