Condividi tramite


Costruttore UITestProgressEventArgs (Int32, Int32, UITestAction)

 

Inizializza una nuova istanza della classe T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestProgressEventArgs utilizzando il numero di passo, tutti i passi e l'azione del test forniti.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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
)

Parametri

  • currentStep
    Numero del passaggio corrente.
  • totalSteps
    Numero totale di passaggi.

Vedere anche

UITestAction
UITestProgressEventArgs Overload
Classe UITestProgressEventArgs
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio