CornerRadiusConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definición

Determina si los valores de CornerRadius pueden convertirse en el tipo especificado.

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

Parámetros

typeDescriptorContext
ITypeDescriptorContext

Describe la información de contexto de un tipo.

destinationType
Type

Tipo en el que se desea convertir esta instancia de CornerRadius.

Devoluciones

Boolean

true si destinationType es de tipo String; en caso contrario, false.

Se aplica a