SetterTriggerConditionValueConverter.CanConvertTo Metodo

Definizione

Restituisce un valore che indica se il convertitore può convertire nel tipo di destinazione specificato. Restituisce sempre 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

Parametri

context
ITypeDescriptorContext

Oggetto ITypeDescriptorContext che fornisce un contesto di formato.

destinationType
Type

Tipo in cui eseguire la conversione.

Restituisce

Restituisce sempre false.

Si applica a