SetterTriggerConditionValueConverter.CanConvertTo Método

Definición

Devuelve un valor que indica si el convertidor puede convertir un objeto en el tipo de destino especificado. Siempre devuelve false.

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

Parámetros

context
ITypeDescriptorContext

ITypeDescriptorContext que ofrece un contexto de formato.

destinationType
Type

Tipo al que se va a convertir.

Devoluciones

Siempre devuelve false.

Se aplica a