Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    actionType As KeyActionType, _
    key As Keys, _
    keyValue As String _
)
public KeyboardAction(
    KeyActionType actionType,
    Keys key,
    string keyValue
)
public:
KeyboardAction(
    KeyActionType actionType, 
    Keys key, 
    String^ keyValue
)
new : 
        actionType:KeyActionType * 
        key:Keys * 
        keyValue:string -> KeyboardAction
public function KeyboardAction(
    actionType : KeyActionType, 
    key : Keys, 
    keyValue : String
)
Parameters
- actionType 
 Type: Microsoft.VisualStudio.TestTools.UITest.Common.KeyActionType- A member of the KeyActionType enumeration. 
- key 
 Type: Keys- A member of the Keys enumeration. 
- keyValue 
 Type: String- The value that was generated by the key press. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.