Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UITestAction
The current action.
- thinkTime
Type: System.Int32
The 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