Udostępnij za pośrednictwem


Zdarzenie UITest.Executing

 

Występuje, gdy w ramach rozpoczyna się wykonać ten test interfejsu użytkownika.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

public static event EventHandler<UITestEventArgs> Executing
public:
event EventHandler<UITestEventArgs^>^ Executing {
    static void add(EventHandler<UITestEventArgs^>^ value);
    static void remove(EventHandler<UITestEventArgs^>^ value);
}
static member Executing : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
Public Shared Event Executing As EventHandler(Of UITestEventArgs)

Zobacz też

UITestEventArgs
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku