共用方式為


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 安全性

請參閱

參考

PlaybackSettings 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間