Compartir vía


XmlLanguageConverter.CanConvertFrom(ITypeDescriptorContext, Type) Método

Definición

Devuelve un valor que indica si este convertidor puede convertir un objeto de un tipo al tipo de XmlLanguage admitido por este convertidor.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptorContext As ITypeDescriptorContext, sourceType As Type) As Boolean

Parámetros

typeDescriptorContext
ITypeDescriptorContext

ITypeDescriptorContext que ofrece un contexto de formato.

sourceType
Type

Tipo que representa el tipo a partir del cual se desea realizar la conversión.

Devoluciones

true si este convertidor puede realizar la conversión; en caso contrario, false.

Comentarios

Este método solo devuelve true para sourceType de String.

Se aplica a

Consulte también