Aracılığıyla paylaş


Int32RectConverter.CanConvertFrom(ITypeDescriptorContext, Type) Yöntem

Tanım

Bir nesnenin belirli bir türden örneğine Int32Rectdönüştürülip dönüştürülemeyeceğini belirler.

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 türü bir Int32Recttürüne dönüştürülebiliyorsa; dönüştürülemiyorsa, false.

Şunlara uygulanır