XmlLanguageConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur indiquant si ce convertisseur peut convertir l'objet en objet du type spécifié.
public:
override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, destinationType As Type) As Boolean
Paramètres
- typeDescriptorContext
- ITypeDescriptorContext
ITypeDescriptorContext qui fournit un contexte de format.
- destinationType
- Type
Type vers lequel effectuer la conversion.
Retours
true
si ce convertisseur peut effectuer la conversion ; sinon false
.
Remarques
Cette méthode retourne true
pour destinationType
de InstanceDescriptor ou destinationType
de String.