KeySplineConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definition

Bestimmt, ob eine Instanz einer KeySpline Instanz in einen anderen Typ konvertiert werden kann.

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

Parameter

context
ITypeDescriptorContext

Beschreibt die Kontextinformationen eines Typs.

destinationType
Type

Der gewünschte Typ, KeySpline der für die Konvertierung ausgewertet wird.

Gibt zurück

truewenn dies KeySpline in ; andernfalls destinationTypekonvertiert falsewerden kann.

Gilt für: