The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExpressionConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns whether this converter can convert from a source object to an Expression object.
Assembly: WindowsBase (in WindowsBase.dll)
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- sourceType
-
Type:
System::Type^
A Type that represents the type you wish to convert from.
.NET Framework
Available since 3.0
Available since 3.0
Show: