KeyTimeConverter.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 peut être converti à partir d'un type donné en une instance de KeyTime.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ type);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type type);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptorContext As ITypeDescriptorContext, type As Type) As Boolean
Paramètres
- typeDescriptorContext
- ITypeDescriptorContext
Informations contextuelles requises pour la conversion.
- type
- Type
Type évalué pour la conversion.
Retours
true
si ce type peut être converti, sinon false
.