InputScopeConverter.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.
Détermine si un objet InputScopepeut être converti à partir d'un objet d'un type spécifié.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean
Paramètres
- context
- ITypeDescriptorContext
Un objet qui décrit tout contexte de descripteur de type. Cet objet doit implémenter l'interface ITypeDescriptorContext. Ce paramètre peut avoir la valeur null
.
Retours
true
si sourceType
est de type String ; sinon, false
.