TransformConverter::CanConvertFrom Method (ITypeDescriptorContext^, Type^)

 

Determines whether this class can convert an object of a specified type to a Transform type.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ context,
	Type^ sourceType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The conversion context.

sourceType
Type: System::Type^

The type from which to convert.

Return Value

Type: System::Boolean

true if conversion is possible; otherwise, false.

Only string objects can be converted.

.NET Framework
Available since 3.0
Return to top
Show: