Aracılığıyla paylaş


ImageConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Bunun ImageConverter , belirtilen bağlamı kullanarak bir Image örneğini belirtilen türdeki bir örneğe dönüştürip dönüştüremeyeceğini belirler.

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

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

destinationType
Type

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

Döndürülenler

Bu yöntem dönüştürmeyi gerçekleştirebiliyorsa ImageConverter döndürürtrue; aksi takdirde döndürürfalse.

Açıklamalar

Bu yöntem yalnızca bayt dizisine veya dizesine eşitse sourceType döndürürtrue.

Şunlara uygulanır