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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.