Rect3DConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Obtient une valeur qui indique si ce convertisseur de type peut convertir vers le type 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

ITypeDescriptorContext pour cet appel.

destinationType
Type

Type interrogé pour la prise en charge.

Retours

Boolean

true si ce convertisseur peut effectuer une conversion vers le type fourni ; sinon, false.

S’applique à