UITestInterpreterCore.ActionStarted-Ereignis

Das Ereignis, das vor einem UITestAction ausgelöst wird, wird ausgeführt.

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

Syntax

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

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestInterpreterCore Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace