ColorConverter.CanConvertFrom(ITypeDescriptorContext, Type) Méthode

Définition

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

ITypeDescriptorContext qui fournit un contexte de format. Vous pouvez utiliser cet objet pour obtenir d'autres informations sur l'environnement à partir duquel ce convertisseur est appelé.

sourceType
Type

Type à partir duquel vous voulez effectuer la conversion.

Retours

true si cet objet peut effectuer la conversion ; sinon false.

S’applique à