Share via


KeyActionType Enumeration

 

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

public enum KeyActionType
public enum class KeyActionType
type KeyActionType
Public Enumeration 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.

See Also

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top