Udostępnij za pośrednictwem


Konstruktor UITestProgressEventArgs — (Int32, UITestAction)

 

Inicjuje nowe wystąpienie T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs klasy przy użyciu dostarczonego akcji wartość i test.

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

Składnia

public UITestProgressEventArgs(
    int thinkTime,
    UITestAction action
)
public:
UITestProgressEventArgs(
    int thinkTime,
    UITestAction^ action
)
new : 
        thinkTime:int *
        action:UITestAction -> UITestProgressEventArgs
Public Sub New (
    thinkTime As Integer,
    action As UITestAction
)

Parametry

  • thinkTime
    Numer zestawu sekund dla myśleć czasu na działania skojarzone.

Zobacz też

UITestAction
UITestProgressEventArgs Przeciążenie
Klasa UITestProgressEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku