PointConverter.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 ce convertisseur peut convertir un objet du type source donné en objet du type natif du convertisseur.
public:
override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
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
Contexte de formateur. Cet objet peut être utilisé pour obtenir des informations supplémentaires concernant l'environnement à partir duquel le convertisseur est appelé. La valeur peut être null
, vérifiez donc toujours. En outre, les propriétés sur l'objet de contexte peuvent retourner null
.
- sourceType
- Type
Type à partir duquel vous souhaitez convertir.
Retours
true
si cet objet peut effectuer la conversion ; sinon false
.