Sdílet prostřednictvím


CornerRadiusConverter.CanConvertTo(ITypeDescriptorContext, Type) Metoda

Definice

Určuje, zda CornerRadius lze hodnoty převést na zadaný typ.

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

Parametry

typeDescriptorContext
ITypeDescriptorContext

Popisuje kontextové informace typu.

destinationType
Type

Požadovaný typ se CornerRadius vyhodnocuje tak, aby byl převeden na.

Návraty

Boolean

true je-li destinationType typ String; v opačném případě false.

Platí pro