Método UITestInterpreter.RaiseWaitForThinkTimeEvent

Gera o evento InterpreterProgress.

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

Sintaxe

'Declaração
Public Sub RaiseWaitForThinkTimeEvent ( _
    action As UITestAction, _
    thinkTime As Integer _
)
public void RaiseWaitForThinkTimeEvent(
    UITestAction action,
    int thinkTime
)
public:
void RaiseWaitForThinkTimeEvent(
    UITestAction^ action, 
    int thinkTime
)
member RaiseWaitForThinkTimeEvent : 
        action:UITestAction * 
        thinkTime:int -> unit 
public function RaiseWaitForThinkTimeEvent(
    action : UITestAction, 
    thinkTime : int
)

Parâmetros

  • thinkTime
    Tipo: System.Int32
    O tempo de espera em segundos.

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreter Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

InterpreterProgress