Aracılığıyla paylaş


SetterTriggerConditionValueConverter.CanConvertTo Yöntem

Tanım

Dönüştürücüün belirtilen hedef türüne dönüştürülip dönüştürülemeyeceğini gösteren bir değer döndürür. Her zaman false döndürür.

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

Parametreler

context
ITypeDescriptorContext

Biçim ITypeDescriptorContext bağlamı sağlayan.

destinationType
Type

Dönüştürülecek tür.

Döndürülenler

Her zaman false döndürür.

Şunlara uygulanır