KeyTimeConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo

Definizione

Determina se un determinato tipo può essere convertito in un'istanza di 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

Parametri

typeDescriptorContext
ITypeDescriptorContext

Informazioni contestuali necessarie per la conversione.

type
Type

Tipo valutato per la conversione.

Valori restituiti

true se questo tipo può essere convertito; in caso contrario, false.

Si applica a