ImageKeyConverter.CanConvertFrom(ITypeDescriptorContext, Type) Méthode

Définition

Retourne si ce convertisseur peut convertir un objet du type donné en une chaîne à l'aide du contexte spécifié.

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.

sourceType
Type

Type qui spécifie le type à partir duquel effectuer la conversion.

Retours

true pour indiquer que la conversion spécifiée peut être effectuée ; sinon, false.

S’applique à