InputScopeConverter.CanConvertTo Method (ITypeDescriptorContext, Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether conversion is possible to the specified type from a InputScope object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Overrides Function CanConvertTo ( _ context As ITypeDescriptorContext, _ destinationType As Type _ ) As Boolean
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- destinationType
- Type: System.Type
The intended destination type for the conversion.
Show: