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, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.