LinkConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Retrieves a value that determines if this LinkConverter can convert an object having the specified context and source type to the native type of the LinkConverter.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext? context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext providing contextual information about the object to be converted.

sourceType
Type

The type of the object to be converted.

Returns

true if this LinkConverter can convert the specified object; otherwise, false.

Applies to

See also