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

.NET Framework (current version)
 

Returns a value that indicates whether the converter can convert from a source object to a side-effect-produced Setter, Trigger or Condition .

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.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^

The type to convert from.

Return Value

Type: System::Boolean

true if the converter can perform the conversion; otherwise, false.

This implementation only returns true for sourceType of String or a byte array.

.NET Framework
Available since 4.0
Return to top
Show: