Condividi tramite


Costruttore UITestProgressEventArgs (Int32, UITestAction)

Inizializza una nuova istanza della classe UITestProgressEventArgs utilizzando il valore 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

'Dichiarazione
Public Sub New ( _
    thinkTime As Integer, _
    action As UITestAction _
)
public UITestProgressEventArgs(
    int thinkTime,
    UITestAction action
)
public:
UITestProgressEventArgs(
    int thinkTime, 
    UITestAction^ action
)
new : 
        thinkTime:int * 
        action:UITestAction -> UITestProgressEventArgs
public function UITestProgressEventArgs(
    thinkTime : int, 
    action : UITestAction
)

Parametri

  • thinkTime
    Tipo: System.Int32
    Numero di secondi impostati per il tempo interazione utente sull'azione associata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestProgressEventArgs Classe

Overload UITestProgressEventArgs

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction