UITest.Executing-Ereignis

Tritt ein, wenn das Framework beginnt, diesen UI-Test auszuführen.

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

Syntax

'Declaration
Public Shared Event Executing As EventHandler(Of UITestEventArgs)
public static event EventHandler<UITestEventArgs> Executing
public:
static  event EventHandler<UITestEventArgs^>^ Executing {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member Executing : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestEventArgs