Int32RectConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Détermine si une instance de Int32Rect peut être convertie en un type différent.

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

Décrit les informations de contexte d’un type.

destinationType
Type

Type souhaité pour lequel Int32Rect est évalué à des fins de conversion.

Retours

true si Int32Rect peut être converti en destinationType ; sinon, false.

S’applique à