Partager via


UITest.Saving, événement

 

Se produit lors du démarrage de l'infrastructure afin d'enregistrer ce test de l'interface utilisateur.

Espace de noms:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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)

Voir aussi

UITestEventArgs
UITest, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

Retour au début