Compartilhar via


ThicknessConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definição

Determina se o conversor de tipo pode converter uma instância de Thickness em um tipo diferente.

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

As informações de contexto de um tipo.

destinationType
Type

O tipo para o qual o conversor de tipo está avaliando esta instância de Thickness para conversão.

Retornos

Boolean

true se o conversor de tipo puder converter esta instância de Thickness no destinationType; caso contrário, false.

Aplica-se a

Confira também