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 | アクションは、キーボードのキーの押下と解放を表します。 |