DynamicUpdateMapItemConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definição

Determina se é possível converter para o tipo especificado.Determines whether the specified type can be converted to.

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.Context information that is used for conversion.

destinationType
Type

O tipo para o qual converter.The type to convert to.

Retornos

Boolean

true se for possível converter para o tipo especificado; caso contrário, false.true if the specified type can be converted to; otherwise, false.

Aplica-se a