Udostępnij za pośrednictwem


Właściwość UIActionInterpreter.DelayBetweenActions

 

Pobiera lub ustawia czas opóźnienia przed wykonaniem każdej akcji.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (w Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Składnia

public int DelayBetweenActions { get; set; }
public:
property int DelayBetweenActions {
    int get();
    void set(int value);
}
member DelayBetweenActions : int with get, set
Public Property DelayBetweenActions As Integer

Wartość właściwości

Type: System.Int32

Liczba sekund między wykonania.

Zobacz też

Klasa UIActionInterpreter
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

Powrót do początku