KeySplineConverter.CanConvertTo(ITypeDescriptorContext, Type) Methode

Definitie

Bepaalt of een exemplaar van een KeySpline kan worden geconverteerd naar een ander type.

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

Parameters

context
ITypeDescriptorContext

Beschrijft de contextinformatie van een type.

destinationType
Type

Het gewenste type dat wordt KeySpline geƫvalueerd voor conversie.

Retouren

trueals dit KeySpline kan worden geconverteerd naar destinationType; anders . false

Van toepassing op