Information
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.

Keyboard::SendKeys Method

 

Sends keystrokes to generate the specified text string.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSendKeys(String^)

Sends keystrokes to generate the specified text string.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(String^, Boolean)

Sends keystrokes to generate the specified text string.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(String^, ModifierKeys)

Sends keystrokes to generate the specified text string.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(String^, ModifierKeys, Boolean)

Sends keystrokes to generate the specified text string.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(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.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(UITestControl^, String^)

Sends keystrokes to generate the specified text string.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(UITestControl^, String^, Boolean)

Sends keystrokes to generate the specified text string.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(UITestControl^, String^, ModifierKeys)

Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(UITestControl^, String^, ModifierKeys, Boolean)

Sends keystrokes to the provided control to generate the specified text string using the provided modifier keys and encoding indicator.

System_CAPS_pubmethodSystem_CAPS_staticSendKeys(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.

Return to top
Show: