Konstruktor UITestProgressEventArgs — (Int32, Int32, UITestAction)
Inicjuje nowe wystąpienie UITestProgressEventArgs klasy przy użyciu dostarczonego etap, całkowita kroki 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
'Deklaracja
Public Sub New ( _
currentStep As Integer, _
totalSteps As Integer, _
action As UITestAction _
)
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 function UITestProgressEventArgs(
currentStep : int,
totalSteps : int,
action : UITestAction
)
Parametry
- currentStep
Typ: System.Int32
Numer bieżącego kroku.
- totalSteps
Typ: System.Int32
Całkowita liczba kroków.
- action
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
A UITestAction object.
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
Przeciążenie UITestProgressEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common