Condividi tramite


Evento UITestInterpreterCore.ActionStarted

 

Evento generato prima dell'esecuzione di UITestAction.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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)

Vedere anche

Classe UITestInterpreterCore
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

Torna all'inizio