KeyTimeConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definición

Determina si un tipo dado se puede convertir en una instancia 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

Parámetros

typeDescriptorContext
ITypeDescriptorContext

Información contextual necesaria para la conversión.

type
Type

Tipo que se evalúa para la conversión.

Devoluciones

Boolean

Es true si este tipo se puede convertir; de lo contrario, es false.

Se aplica a