Aracılığıyla paylaş


XmlLanguageConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Bu dönüştürücüün nesneyi belirtilen türe dönüştürip dönüştüremeyeceğini döndürür.

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

Biçim ITypeDescriptorContext bağlamı sağlayan.

destinationType
Type

Dönüştürmek istediğiniz tür.

Döndürülenler

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

Açıklamalar

Bu yöntem veya destinationType için StringInstanceDescriptor döndürür truedestinationType.

Şunlara uygulanır

Ayrıca bkz.