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 | 该操作表示按下键盘上的某个键。 | |
KeyUp | 该操作表示释放键盘上的某个键。 | |
KeyPress | 该操作表示按下并释放键盘上的某个键。 |