Condividi tramite


Evento UITestInterpreterCore.ActionCompleted

 

Evento generato dopo l'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> ActionCompleted
public:
event EventHandler<UITestActionEventArgs^>^ ActionCompleted {
    void add(EventHandler<UITestActionEventArgs^>^ value);
    void remove(EventHandler<UITestActionEventArgs^>^ value);
}
member ActionCompleted : IEvent<EventHandler<UITestActionEventArgs>,
    UITestActionEventArgs>
Public Event ActionCompleted As EventHandler(Of UITestActionEventArgs)

Vedere anche

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

Torna all'inizio