DynamicUpdateMapConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definição

Determina se é possível converter para o tipo especificado.

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

Parâmetros

context
ITypeDescriptorContext

Informações de contexto que são usadas para conversão.

destinationType
Type

O tipo para o qual converter.

Retornos

true se for possível converter para o tipo especificado; caso contrário, false.

Aplica-se a