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)
Syntax
'Declaration
Public ReadOnly Property ImeLanguageList As ICollection(Of Integer)
public ICollection<int> ImeLanguageList { get; }
public:
property ICollection<int>^ ImeLanguageList {
ICollection<int>^ get ();
}
member ImeLanguageList : ICollection<int> with get
function get ImeLanguageList () : ICollection<int>
Property Value
Type: ICollection<Int32>
List of IME languages.
Remarks
Playback uses copy paste to playback keyboard related actions for these language controls.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.