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.
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
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>
Public Event InterpreterProgress As EventHandler(Of UITestProgressEventArgs)
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top