Aracılığıyla paylaş


Int32CollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Yöntem

Tanım

Dönüştürücüsü belirli bir veri türüne dönüştürebilir Int32Collection olup olmadığını belirler.

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

Bir türün bağlam bilgileri.

destinationType
Type

Dönüştürmenin değerlendirildiği istenen tür.

Döndürülenler

Boolean

true , Int32Collection öğesine dönüştürülebiliyorsa destinationType; değilse false.

Şunlara uygulanır