Condividi tramite


KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Metodo

Definizione

Determina se un oggetto può essere convertito da un tipo specificato in un'istanza di un oggetto 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'oggetto di origine valutato per la conversione.

Restituisce

Boolean

true se il tipo specificato può essere convertito in un oggetto KeySpline, altrimenti false.

Si applica a