Partager via


UITestProgressEventArgs, constructeur (Int32, Int32, UITestAction)

Initialise une nouvelle instance de la classe UITestProgressEventArgs à l'aide du numéro d'étape, du nombre total d'étapes et de l'action de test fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • currentStep
    Type : System.Int32
    Le numéro de l'étape actuelle.

Sécurité .NET Framework

Voir aussi

Référence

UITestProgressEventArgs Classe

UITestProgressEventArgs, surcharge

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

UITestAction