UITest.Saving-Ereignis

Tritt ein, wenn das Framework beginnt, diesen UI-Test zu speichern.

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

Syntax

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

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestEventArgs