Evento UITestInterpreter.UITestCompleted

Generato dopo il completamento del test associato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Sintassi

'Dichiarazione
Public Event UITestCompleted As EventHandler(Of UITestEventArgs)
public event EventHandler<UITestEventArgs> UITestCompleted
public:
 event EventHandler<UITestEventArgs^>^ UITestCompleted {
    void add (EventHandler<UITestEventArgs^>^ value);
    void remove (EventHandler<UITestEventArgs^>^ value);
}
member UITestCompleted : IEvent<EventHandler<UITestEventArgs>,
    UITestEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreter Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

UITestActionEventArgs