Partilhar via


KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Método

Definição

Determina se um objeto pode ser convertido de um determinado tipo em uma instância de um 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

Descreve as informações de contexto de um tipo.

destinationType
Type

O tipo da origem que está sendo avaliada para conversão.

Retornos

Boolean

true se o tipo puder ser convertido para um KeySpline, caso contrário, false.

Aplica-se a