Właściwość UITestAction.ThinkTime
Pobiera lub ustawia liczbę sekund, które są wymagane do wykonania tej operacji.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public int ThinkTime { get; set; }
public:
property int ThinkTime {
int get();
void set(int value);
}
member ThinkTime : int with get, set
Public Property ThinkTime As Integer
Wartość właściwości
Type: System.Int32
Liczba sekund czas namysłu.
Uwagi
Powoduje wystąpienie zdarzenia PropertyChanged, gdy wartość jest ustalona.
Zobacz też
PropertyChanged
Klasa UITestAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku