UITestInterpreter.RaiseWaitForThinkTimeEvent Method

Raises the InterpreterProgress event.

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

Syntax

'Declaration
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
)

Parameters

  • thinkTime
    Type: Int32

    The wait time in seconds.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

InterpreterProgress