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
action
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionThe current action.
thinkTime
Type: Int32The wait time in seconds.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace