Sdílet prostřednictvím


UITestProgressEventArgs – konstruktor (Int32, Int32, UITestAction)

Inicializuje novou instanci UITestProgressEventArgs třídy pomocí poskytnutého krok číslo, celkový počet kroků a testovací akce.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestProgressEventArgs Třída

UITestProgressEventArgs – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITestAction