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

 

Returns a value that indicates whether the type converter can convert to the specified type.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The type descriptor context for this call.

destinationType
Type: System::Type^

The type being queried for support.

Return Value

Type: System::Boolean

true if the converter can convert to the provided type; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: