UITestProgressEventArgs (Constructor) (Int32, UITestAction)

Inicializa una nueva instancia de la clase UITestProgressEventArgs con el valor y la acción de prueba proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • thinkTime
    Tipo: System.Int32
    Número de segundos establecidos para el tiempo de reflexión en la acción asociada.

Seguridad de .NET Framework

Vea también

Referencia

UITestProgressEventArgs Clase

UITestProgressEventArgs (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

UITestAction