KeyActionType 列舉型別
表示要在文字輸入上執行的動作類型。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Public Enumeration KeyActionType
public enum KeyActionType
public enum class KeyActionType
type KeyActionType
public enum KeyActionType
成員
成員名稱 | 說明 | |
---|---|---|
KeyDown | 此動作表示按下鍵盤上的按鍵。 | |
KeyPress | 此動作表示按下並放開鍵盤上的按鍵。 | |
KeyUp | 此動作表示放開鍵盤上的按鍵。 |