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.SendKeysImplementation Method (UITestControl, String, ModifierKeys, Boolean, Boolean)

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

abstract SendKeysImplementation : 
        control:UITestControl *
        text:string *
        modifierKeys:ModifierKeys *
        isEncoded:bool *
        isUnicode:bool -> unit
override SendKeysImplementation : 
        control:UITestControl *
        text:string *
        modifierKeys:ModifierKeys *
        isEncoded:bool *
        isUnicode:bool -> unit

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl

A UITestControl.

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.

isEncoded
Type: System.Boolean

true if the text is encoded; otherwise, false.

isUnicode
Type: System.Boolean

true if the text is unicode text; otherwise, false.

Return to top
Show: