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

 

Gets a value that indicates whether this type converter can convert to the given 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 ITypeDescriptorContext for this call.

destinationType
Type: System::Type^

The Type being queried for support.

Return Value

Type: System::Boolean

True if this converter can convert to the provided type; false if not.

.NET Framework
Available since 3.0
Return to top
Show: