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 (String^, ModifierKeys)

 

Sends keystrokes to generate the specified text string.

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

public:
static void SendKeys(
	String^ text,
	ModifierKeys modifierKeys
)

Parameters

text
Type: System::String^

The text for which to generate keystrokes.

modifierKeys
Type: System.Windows.Input::ModifierKeys

The sum of one or more values of the ModifierKeys enumeration.

Return to top
Show: