UITestProgressEventArgs Constructor (Int32, UITestAction)
Initializes a new instance of the UITestProgressEventArgs class by using the provided value and test action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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
)
Parameters
- thinkTime
Type: System.Int32
The number of seconds set for think time on the associated action.
- action
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
A UITestAction object.
.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
UITestProgressEventArgs Overload