Aracılığıyla paylaş


CornerRadiusConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Değerlerin belirtilen türe dönüştürülip CornerRadius dönüştürülemeyeceğini belirler.

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

Parametreler

typeDescriptorContext
ITypeDescriptorContext

Bir türün bağlam bilgilerini açıklar.

destinationType
Type

Dönüştürülecek şekilde değerlendirilmekte olan istenen tür CornerRadius .

Döndürülenler

Boolean

true türündeyse destinationType String; değilse, false.

Şunlara uygulanır