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
'Deklaracja
Public Property DelayBetweenActions As Integer
public int DelayBetweenActions { get; set; }
public:
property int DelayBetweenActions {
int get ();
void set (int value);
}
member DelayBetweenActions : int with get, set
function get DelayBetweenActions () : int
function set DelayBetweenActions (value : int)
Wartość właściwości
Typ: System.Int32
Liczba sekund między egzekucji.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.CodeGeneration