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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.