UITestInterpreterCore.InterpreterProgress Event
Event raised to update progress when interpreting the UITest.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Event InterpreterProgress As EventHandler(Of UITestProgressEventArgs)
public event EventHandler<UITestProgressEventArgs> InterpreterProgress
public:
event EventHandler<UITestProgressEventArgs^>^ InterpreterProgress {
void add (EventHandler<UITestProgressEventArgs^>^ value);
void remove (EventHandler<UITestProgressEventArgs^>^ value);
}
member InterpreterProgress : IEvent<EventHandler<UITestProgressEventArgs>,
UITestProgressEventArgs>
JScript does not support events.
.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