Vector3DCollectionConverter.CanConvertTo Method (ITypeDescriptorContext, Type)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets a value that indicates whether this type converter can convert to the given type.
Assembly: PresentationCore (in PresentationCore.dll)
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.BooleanTrue if this converter can convert to the provided type; false if not.
.NET Framework
Available since 3.0
Available since 3.0
Show: