Freigeben über


UITestInterpreter.ActionCompleted-Ereignis

Wird ausgelöst, wenn die Ausführung einer Aktion abgeschlossen wurde.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Event ActionCompleted As EventHandler(Of UITestActionEventArgs)
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>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestInterpreter Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace

UITestActionEventArgs