Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Evento generato prima dell'esecuzione dell'avvio di UITest.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintassi
public event EventHandler<UITestEventArgs> UITestStarted
public:
event EventHandler<UITestEventArgs^>^ UITestStarted {
void add(EventHandler<UITestEventArgs^>^ value);
void remove(EventHandler<UITestEventArgs^>^ value);
}
member UITestStarted : IEvent<EventHandler<UITestEventArgs>,
UITestEventArgs>
Public Event UITestStarted As EventHandler(Of UITestEventArgs)
Vedere anche
Classe UITestInterpreterCore
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Torna all'inizio