Aracılığıyla paylaş


Keyboard.SendKeysDelay Özellik

Alır veya uygulamaya tuş vuruşları göndermek arasındaki bekleme süresini ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
Public Shared Property SendKeysDelay As Integer
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)

Özellik Değeri

Tür: System.Int32
Tuş vuruşları göndermek arasında beklenecek süre.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

Keyboard Sınıf

Microsoft.VisualStudio.TestTools.UITesting Ad Alanı