Aracılığıyla paylaş


NameReferenceConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Dönüştürücüün bir nesneyi belirtilen hedef türüne dönüştürip dönüştüremeyeceğini gösteren bir değer döndürür.

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 ITypeDescriptorContext bağlamı sağlayan.

destinationType
Type

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

Döndürülenler

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

Açıklamalar

destinationType Türüne başvuran bir String döndürürtrue; diğer destinationType tüm değerler döndürürfalse.

Bu yöntem, ise contextnullveya hizmetinden contexthizmet olarak alınamıyorsa IXamlNameProvider false döndürür.

Şunlara uygulanır