Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub SendKeys ( _
    control As UITestControl, _
    text As String _
)
public static void SendKeys(
    UITestControl control,
    string text
)
public:
static void SendKeys(
    UITestControl^ control, 
    String^ text
)
static member SendKeys : 
        control:UITestControl * 
        text:string -> unit
public static function SendKeys(
    control : UITestControl, 
    text : String
)
Parameters
- control
 Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
- text
 Type: String
.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.