Construtor UITestProgressEventArgs (Int32, UITestAction)

Inicializa uma nova instância de UITestProgressEventArgs classe usando o valor fornecido e ação de teste.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
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
    O número de segundos de conjunto para achar que o tempo em que a ação associada.

Segurança do .NET Framework

Consulte também

Referência

UITestProgressEventArgs Classe

Sobrecargas UITestProgressEventArgs

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction