SetterTriggerConditionValueConverter.CanConvertTo Método

Definición

Devuelve un valor que indica si el convertidor puede convertir al 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

que ITypeDescriptorContext proporciona un contexto de formato.

destinationType
Type

Tipo al que se va a convertir.

Devoluciones

Siempre devuelve false.

Se aplica a