Aracılığıyla paylaş


VersionConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Bu dönüştürücü bağlamı kullanarak bir nesneyi verilen hedef türüne dönüştürebilir olup olmadığını gösteren bir değer alır.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
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

Bağlamsal bilgiler sağlayan bir nesne.

destinationType
Type

Dönüştürme için hedef türü.

Döndürülenler

true dönüştürücü bir nesneyi verilen hedef türüne dönüştürebiliyorsa; aksi takdirde , false.

Şunlara uygulanır