UITestInterpreterCore.ActionStarted, événement
Événement déclenché avant exécution d'un UITestAction.
Espace de noms: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
public event EventHandler<UITestActionEventArgs> ActionStarted
public:
event EventHandler<UITestActionEventArgs^>^ ActionStarted {
void add(EventHandler<UITestActionEventArgs^>^ value);
void remove(EventHandler<UITestActionEventArgs^>^ value);
}
member ActionStarted : IEvent<EventHandler<UITestActionEventArgs>,
UITestActionEventArgs>
Public Event ActionStarted As EventHandler(Of UITestActionEventArgs)
Voir aussi
UITestInterpreterCore, classe
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration, espace de noms
Retour au début