Matrix3DConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Obtient une valeur qui indique si ce convertisseur de type peut être converti en 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 prise en charge.

Retours

true si ce convertisseur peut convertir en type fourni ; false si ce n’est pas le cas.

S’applique à