KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Metodo

Definizione

Determina se un oggetto può essere convertito da un determinato tipo a un'istanza di .KeySpline

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptor, Type ^ destinationType);
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext typeDescriptor, Type destinationType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (typeDescriptor As ITypeDescriptorContext, destinationType As Type) As Boolean

Parametri

typeDescriptor
ITypeDescriptorContext

Descrive le informazioni di contesto di un tipo.

destinationType
Type

Tipo dell'origine da valutare per la conversione.

Valori restituiti

true se il tipo può essere convertito in ; KeySplinein caso contrario, false.

Si applica a