Aracılığıyla paylaş


TextDecorationCollectionConverter.CanConvertFrom Yöntem

Tanım

Bu dönüştürücüün verilen türdeki bir nesneyi örneğine TextDecorationCollectiondönüştürip dönüştüremeyeceğini belirten bir değer döndürür.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

Parametreler

context
ITypeDescriptorContext

Bir türün bağlam bilgilerini açıklar.

sourceType
Type

Dönüştürme için değerlendirilen kaynağın türü.

Döndürülenler

Boolean

true dönüştürücü sağlanan türü örneğine TextDecorationCollectiondönüştürebiliyorsa; aksi takdirde , false.

Şunlara uygulanır