XmlLanguageConverter.CanConvertFrom(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 un objet d'un certain type vers le type XmlLanguage pris en charge par le convertisseur.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptorContext As ITypeDescriptorContext, sourceType As Type) As Boolean
Paramètres
- typeDescriptorContext
- ITypeDescriptorContext
ITypeDescriptorContext qui fournit un contexte de format.
- sourceType
- Type
Type représentant le type à partir duquel effectuer la conversion.
Retours
true
si ce convertisseur peut effectuer la conversion ; sinon false
.
Remarques
Cette méthode retourne true
uniquement pour sourceType
de String.