Int32CollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Détermine si le convertisseur peut convertir un Int32Collection type de données donné.

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

Paramètres

context
ITypeDescriptorContext

Informations de contexte d’un type.

destinationType
Type

Type souhaité pour évaluer la conversion en.

Retours

true si un Int32Collection peut convertir en destinationType; sinon false.

S’applique à