Keyboard::SendKeys Method
Sends keystrokes to generate the specified text string.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | SendKeys(String^) | Sends keystrokes to generate the specified text string. |
![]() ![]() | SendKeys(String^, Boolean) | Sends keystrokes to generate the specified text string. |
![]() ![]() | SendKeys(String^, ModifierKeys) | Sends keystrokes to generate the specified text string. |
![]() ![]() | SendKeys(String^, ModifierKeys, Boolean) | Sends keystrokes to generate the specified text string. |
![]() ![]() | SendKeys(String^, ModifierKeys, Boolean, Boolean) | Sends keystrokes to the provided control to generate the specified text string using the provided modifier keys and indicators for encoding and unicode. |
![]() ![]() | SendKeys(UITestControl^, String^) | Sends keystrokes to generate the specified text string. |
![]() ![]() | SendKeys(UITestControl^, String^, Boolean) | Sends keystrokes to generate the specified text string. |
![]() ![]() | SendKeys(UITestControl^, String^, ModifierKeys) | Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys. |
![]() ![]() | SendKeys(UITestControl^, String^, ModifierKeys, Boolean) | Sends keystrokes to the provided control to generate the specified text string using the provided modifier keys and encoding indicator. |
![]() ![]() | SendKeys(UITestControl^, String^, ModifierKeys, Boolean, Boolean) | Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys and indicators for encoding and unicode. |

