The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
KeyboardAction Constructor
Initializes a new instance of the KeyboardAction class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Name | Description | |
|---|---|---|
![]() | KeyboardAction() | Initializes a new instance of the KeyboardAction class for XML serialization or deserialization. |
![]() | KeyboardAction(KeyActionType, Keys, String^) | Initializes a new instance of the KeyboardAction class by using the provided type of key event, the key that was pressed, and the value that was generated by that key. |
![]() | KeyboardAction(UITechnologyElement^, KeyActionType, Keys, String^) | Initializes a new instance of the KeyboardAction class by using the provided element, type of key event, the key that was pressed, and the value that was generated by that key. |
Show:
