KeyTimeConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Détermine si un type donné peut être converti en une instance de KeyTime.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, Type ^ type);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, Type type);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (typeDescriptorContext As ITypeDescriptorContext, type As Type) As Boolean

Paramètres

typeDescriptorContext
ITypeDescriptorContext

Informations contextuelles requises pour la conversion.

type
Type

Type évalué pour la conversion.

Retours

Boolean

true si ce type peut être converti, sinon false.

S’applique à