EventSetterHandlerConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definición

Devuelve si este convertidor puede convertir el objeto al tipo especificado.

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

Parámetros

typeDescriptorContext
ITypeDescriptorContext

ITypeDescriptorContext que ofrece un contexto de formato.

destinationType
Type

Type que representa el tipo al que se quiere convertir.

Devoluciones

Siempre devuelve false.

Se aplica a