InputMethod::GetPreferredImeConversionMode Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the PreferredImeConversionMode attached property for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: [AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))] static ImeConversionModeValues GetPreferredImeConversionMode( DependencyObject^ target )
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The dependency object for which to retrieve the value of PreferredImeConversionMode.
Return Value
Type: System.Windows.Input::ImeConversionModeValuesA member of the ImeConversionModeValues enumeration specifying the current PreferredImeConversionMode for the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when target is null. |
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: