KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Método

Definición

Determina si un objeto puede convertirse de un tipo especificado en una instancia de 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

Parámetros

typeDescriptor
ITypeDescriptorContext

Describe la información de contexto de un tipo.

destinationType
Type

Tipo del origen que se va a evaluar para la conversión.

Devoluciones

Boolean

Es true si se puede convertir en KeySpline; en caso contrario, es false.

Se aplica a