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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.