NameReferenceConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 context
null
veya hizmetinden context
hizmet olarak alınamıyorsa IXamlNameProvider false döndürür.