Share via


Evento ITestManagementEvents.TestRunSubmitting

Si verifica dopo il completamento della distribuzione e prima di un'esecuzione dei test venga inviata al controller di test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestManagementEvents Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestRunEventArgs