Udostępnij za pośrednictwem


Właściwość UITestAction.ElapsedTime

 

Pobiera lub ustawia zakres czasu działania.

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

Składnia

public TimeSpan ElapsedTime { get; set; }
public:
property TimeSpan ElapsedTime {
    TimeSpan get();
    void set(TimeSpan value);
}
member ElapsedTime : TimeSpan with get, set
Public Property ElapsedTime As TimeSpan

Wartość właściwości

Type: System.TimeSpan

Służy do generowania wideo dla przypadku testowego.

Zobacz też

Klasa UITestAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku