InputLanguageManager.RegisterInputLanguageSource(IInputLanguageSource) 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.
Registers an input language source with the InputLanguageManager.
public:
void RegisterInputLanguageSource(System::Windows::Input::IInputLanguageSource ^ inputLanguageSource);
public void RegisterInputLanguageSource (System.Windows.Input.IInputLanguageSource inputLanguageSource);
member this.RegisterInputLanguageSource : System.Windows.Input.IInputLanguageSource -> unit
Public Sub RegisterInputLanguageSource (inputLanguageSource As IInputLanguageSource)
Parameters
- inputLanguageSource
- IInputLanguageSource
An object that specifies the input language to register. This object must implement the IInputLanguageSource interface.
Exceptions
Raised when inputLanguageSource
is null
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.