Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PlaybackSettings::ImeLanguageList Property

 

Gets a list of Input Method Editors(IME) language locale IDs(LCID) for which IME ends composition on clicking the {Enter} key.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
property ICollection<int>^ ImeLanguageList {
	ICollection<int>^ get();
}

Property Value

Type: System.Collections.Generic::ICollection<Int32>^

List of IME languages.

Playback uses copy paste to playback keyboard related actions for these language controls.

Return to top
Show: