Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the kind of action to perform on a text input.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration KeyActionType
public enum KeyActionType
public enum class KeyActionType
type KeyActionType
public enum KeyActionType
Members
| Member name | Description | |
|---|---|---|
| KeyDown | The action represents pressing a key on the keyboard. | |
| KeyPress | The action represents pressing and releasing a key on the keyboard. | |
| KeyUp | The action represents releasing a key on the keyboard. |