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)
public ICollection<int> ImeLanguageList { get; }
public:
property ICollection<int>^ ImeLanguageList {
ICollection<int>^ get ();
}
member ImeLanguageList : ICollection<int> with get
function get ImeLanguageList () : ICollection<int>
属性值
类型:System.Collections.Generic.ICollection<Int32>
IME 语言列表。
备注
播放使用复制粘贴来为这些语言控件播放与键盘相关的操作。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。