Konstruktor UITestProgressEventArgs — (Int32, Int32, UITestAction)
Inicjuje nowe wystąpienie T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs klasy przy użyciu krok podany numer, całkowita czynności i działania testu.
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 currentStep,
int totalSteps,
UITestAction action
)
public:
UITestProgressEventArgs(
int currentStep,
int totalSteps,
UITestAction^ action
)
new :
currentStep:int *
totalSteps:int *
action:UITestAction -> UITestProgressEventArgs
Public Sub New (
currentStep As Integer,
totalSteps As Integer,
action As UITestAction
)
Parametry
- currentStep
Numer bieżącego kroku.
- totalSteps
Całkowita liczba kroków.
- action
Obiekt UITestAction.
Zobacz też
UITestAction
UITestProgressEventArgs Przeciążenie
Klasa UITestProgressEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku