TemplateBindingExpressionConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Returns whether this converter can convert the object to the specified type, using the specified context.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext implementation that provides a format context.

destinationType
Type: System::Type^

The desired type of the conversion's output.

Return Value

Type: System::Boolean

true if this converter can perform the requested conversion; otherwise, false. Only a destinationType of MarkupExtension returns true.

.NET Framework
Available since 3.0
Return to top
Show: