PlaybackSettings.SendKeysAsScanCode Property

Gets or sets a value indicating whether to send the keys as a scan-code.

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

Syntax

'Declaration
Public Property SendKeysAsScanCode As Boolean
public bool SendKeysAsScanCode { get; set; }
public:
property bool SendKeysAsScanCode {
    bool get ();
    void set (bool value);
}
member SendKeysAsScanCode : bool with get, set
function get SendKeysAsScanCode () : boolean
function set SendKeysAsScanCode (value : boolean)

Property Value

Type: System.Boolean
true if keys are sent as scan-code; false if the keys are sent as unicode.

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace