Udostępnij za pośrednictwem


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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestProgressEventArgs Klasa

Przeciążenie UITestProgressEventArgs

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

UITestAction