Aracılığıyla paylaş


KeySplineConverter.CanConvertFrom(ITypeDescriptorContext, Type) Yöntem

Tanım

Bir nesnenin belirli bir türden örneğine KeySplinedönüştürülip dönüştürülemeyeceğini belirler.

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

Parametreler

typeDescriptor
ITypeDescriptorContext

Bir türün bağlam bilgilerini açıklar.

destinationType
Type

Dönüştürme için değerlendirilen kaynağın türü.

Döndürülenler

Boolean

true türü bir KeySpline'e dönüştürülebiliyorsa; aksi takdirde , false.

Şunlara uygulanır