DynamicUpdateMapItemConverter.CanConvertFrom Méthode

Définition

Détermine si le type spécifié peut être converti vers son type source.

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

Informations de contexte utilisées pour la conversion.

sourceType
Type

Type à partir duquel effectuer la conversion.

Retours

true s'il est possible d'effectuer la conversion à partir du type spécifié ; sinon  false.

S’applique à