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

 

Determines whether an instance of Size can be converted to a different type.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Provides contextual information about a component.

destinationType
Type: System::Type^

Identifies the data type to evaluate for conversion.

Return Value

Type: System::Boolean

true if this instance of Size can be converted to the destinationType; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: