InputLanguageManager.GetRestoreInputLanguage(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of RestoreInputLanguage attached property for a specified dependency object.
public:
static bool GetRestoreInputLanguage(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetRestoreInputLanguage (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetRestoreInputLanguage : System.Windows.DependencyObject -> bool
Public Shared Function GetRestoreInputLanguage (target As DependencyObject) As Boolean
Parameters
- target
- DependencyObject
The dependency object for which to retrieve the value of RestoreInputLanguage.
Returns
The current value of RestoreInputLanguage for the specified dependency object.
- Attributes
Exceptions
Raised when target
is null
.
Applies to
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.