Share via


RoutedEventConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definição

Determina se uma instância de RoutedEvent pode ser convertida no 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ções sobre o ambiente do qual este conversor está sendo invocado.

destinationType
Type

O tipo que está sendo avaliado para conversão.

Retornos

Sempre retorna false.

Aplica-se a