DependencyPropertyConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo
Definizione
Determina se un’istanza di DependencyProperty può essere convertita nel tipo specificato.Determines whether an instance of DependencyProperty can be converted to the specified type.
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
Parametri
- context
- ITypeDescriptorContext
Contesto del formato che fornisce informazioni sull'ambiente dal quale viene richiamato il convertitore.A format context that provides information about the environment from which this converter is being invoked.
- destinationType
- Type
Tipo di cui viene valutata la conversione.The type being evaluated for conversion.
Restituisce
true
se questo convertitore può eseguire l'operazione; in caso contrario false
.true
if this converter can perform the operation; otherwise, false
.
Commenti
Questa implementazione restituisce sempre false
.This implementation always returns false
.