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

 

Determines whether or not conversion from a specified data type is possible.

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

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ td,
	Type^ t
) override

Parameters

td
Type: System.ComponentModel::ITypeDescriptorContext^

Context information required for conversion.

t
Type: System::Type^

Type to evaluate for conversion.

Return Value

Type: System::Boolean

true if conversion is supported; otherwise, false.

String is the only supported type for conversion.

.NET Framework
Available since 3.0
Return to top
Show: