ITestManagementEvents.TestRunSubmitting Event

Occurs after deployment is finished and before a test run is submitted to the test controller.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

ITestManagementEvents Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestRunEventArgs