KeyTimeConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

Determines if a given type can be converted to an instance of 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

Parameters

typeDescriptorContext
ITypeDescriptorContext

Contextual information required for conversion.

type
Type

Type being evaluated for conversion.

Returns

true if this type can be converted; otherwise, false.

Applies to