Partager via


BaseIListConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Détermine si un type donné peut être converti vers une String.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Paramètres

context
ITypeDescriptorContext

Fournit les informations contextuelles requises pour la conversion.

destinationType
Type

Type évalué pour la conversion.

Retours

Boolean

true si ce type peut être converti, sinon false.

Remarques

String est le seul type pris en charge pour la conversion.

S’applique à