Zdarzenie UITest.Saving
Występuje, gdy w ramach zaczyna się zapisać 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> Saving
public:
event EventHandler<UITestEventArgs^>^ Saving {
static void add(EventHandler<UITestEventArgs^>^ value);
static void remove(EventHandler<UITestEventArgs^>^ value);
}
static member Saving : IEvent<EventHandler<UITestEventArgs>,
UITestEventArgs>
Public Shared Event Saving As EventHandler(Of UITestEventArgs)
Zobacz też
UITestEventArgs
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku