Partilhar via


Evento ITestManagementEvents.TestRunSubmitting

Ocorre após a conclusão da implantação e antes da execução de teste é enviada para o controlador de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Event TestRunSubmitting As EventHandler(Of TestRunEventArgs)
event EventHandler<TestRunEventArgs> TestRunSubmitting
 event EventHandler<TestRunEventArgs^>^ TestRunSubmitting {
    void add (EventHandler<TestRunEventArgs^>^ value);
    void remove (EventHandler<TestRunEventArgs^>^ value);
}
abstract TestRunSubmitting : IEvent<EventHandler<TestRunEventArgs>,
    TestRunEventArgs>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ITestManagementEvents Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestRunEventArgs