Partager via


ServiceXNameTypeConverter.CanConvertFrom(ITypeDescriptorContext, Type) Méthode

Définition

Obtient une valeur indiquant si ce convertisseur peut convertir un objet d'un type en XName.

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 du descripteur de type.

sourceType
Type

Type à partir duquel effectuer la conversion.

Retours

Boolean

true si le convertisseur peut effectuer la conversion ; sinon, false.

S’applique à