InputScopeConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts the specified object to an InputScope object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Overrides Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ source As Object _ ) As Object
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.Globalization.CultureInfo
Describes the intended CultureInfo for the conversion.
- source
- Type: System.Object
The object that the converter should convert.
Show: