InputMethod.GetPreferredImeConversionMode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the value for the GetPreferredImeConversionMode attached property on the specified object.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- target
- Type: System.Windows.DependencyObject
The object to get the GetPreferredImeConversionMode attached property value from.
Return Value
Type: System.Windows.Input.ImeConversionModeValuesThe GetPreferredImeConversionMode attached property value.
| Exception | Condition |
|---|---|
| ArgumentException | target is not a TextBox. |
| ArgumentNullException | target is null. |
Show: