Propriedade Keyboard.SendKeysDelay

Obtém ou define o tempo de espera entre o envio de pressionamentos de teclas para o aplicativo.

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

Sintaxe

'Declaração
Public Shared Property SendKeysDelay As Integer
    Get
    Set
public static int SendKeysDelay { get; set; }
public:
static property int SendKeysDelay {
    int get ();
    void set (int value);
}
static member SendKeysDelay : int with get, set
static function get SendKeysDelay () : int
static function set SendKeysDelay (value : int)

Valor de propriedade

Tipo: System.Int32
O tempo de espera entre o envio de pressionamentos de teclas.

Segurança do .NET Framework

Consulte também

Referência

Keyboard Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting