PlaybackSettings.ImeLanguageList 属性

获取输入法编辑器 (IME) 语言区域设置 ID (LCID) 的列表,IME 将在用户单击 {Enter} 键时结束撰写。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public ReadOnly Property ImeLanguageList As ICollection(Of Integer)
    Get
public ICollection<int> ImeLanguageList { get; }
public:
property ICollection<int>^ ImeLanguageList {
    ICollection<int>^ get ();
}
member ImeLanguageList : ICollection<int>
function get ImeLanguageList () : ICollection<int>

属性值

类型:System.Collections.Generic.ICollection<Int32>
IME 语言列表。

备注

播放使用复制粘贴来为这些语言控件播放与键盘相关的操作。

.NET Framework 安全性

请参见

参考

PlaybackSettings 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间