Condividi tramite


KeyTimeConverter.CanConvertTo(ITypeDescriptorContext, Type) Metodo

Definizione

Determina se un tipo specifico 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 sul contesto necessarie per la conversione.

type
Type

Tipo valutato per la conversione.

Restituisce

Boolean

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

Si applica a