Aracılığıyla paylaş


GridLengthConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

örneğinin GridLength farklı bir türe dönüştürülip dönüştürülemeyeceğini belirler.

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

Parametreler

typeDescriptorContext
ITypeDescriptorContext

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

destinationType
Type

Bu örneğinin GridLength dönüştürme için değerlendirilmekte olduğu istenen tür.

Döndürülenler

Boolean

true dönüştürücüsü bu örneğini GridLength belirtilen türe dönüştürebiliyorsa; aksi takdirde , false.

Açıklamalar

GridLengthConverterşu türlere dönüştürmeyi destekler: , , , , , Int16, , Int32, Int64UInt16, UInt32, UInt64. DoubleSingleDecimalString

Şunlara uygulanır

Ayrıca bkz.