ITestManagementEvents.TestRunSubmitting Evento

Definição

Ocorre após a implantação ser concluída e antes de uma execução de teste ser enviada para o controlador de teste.

public:
 event EventHandler<Microsoft::VisualStudio::TestTools::Common::TestRunEventArgs ^> ^ TestRunSubmitting;
event EventHandler<Microsoft.VisualStudio.TestTools.Common.TestRunEventArgs> TestRunSubmitting;
member this.TestRunSubmitting : EventHandler<Microsoft.VisualStudio.TestTools.Common.TestRunEventArgs> 
Event TestRunSubmitting As EventHandler(Of TestRunEventArgs) 

Tipo de evento

EventHandler<TestRunEventArgs>

Aplica-se a