Aracılığıyla paylaş


DataGridLengthConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Sınıfın bir örneğinin belirtilen türdeki DataGridLength bir örneğe dönüştürülip dönüştürülemeyeceğini belirler.

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

Parametreler

context
ITypeDescriptorContext

Biçim bağlamı sağlayan bir nesne.

destinationType
Type

Dönüştürülecek tür.

Döndürülenler

Boolean

true bu dönüştürücü dönüştürmeyi gerçekleştirebiliyorsa; aksi takdirde , false.

Şunlara uygulanır