KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Methode

Definition

Bestimmt, ob ein Objekt von einem angegebenen Typ in eine Instanz einer KeySpline konvertiert werden kann.

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

Parameter

typeDescriptor
ITypeDescriptorContext

Beschreibt die Kontextinformationen eines Typs.

destinationType
Type

Der Typ der Quelle, die für die Konvertierung ausgewertet wird.

Gibt zurück

Boolean

true, wenn der Typ in eine KeySpline konvertiert werden kann, andernfalls false.

Gilt für