UITest.Saving (Evento)

Se produce cuando el marco comienza a guardar esta prueba de IU.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

UITest Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

UITestEventArgs