RoutedEventConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definição

Determina se uma instância de RoutedEvent pode ser convertida para o 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

Um contexto de formato que fornece informação sobre o ambiente de onde este conversor está a ser invocado.

destinationType
Type

O tipo a ser avaliado para conversão.

Devoluções

Sempre retorna false.

Aplica-se a