Sdílet prostřednictvím


ITestManagementEvents.TestRunSubmitting – událost

Dochází po nasazení a před spustit test je test řadič.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestManagementEvents Rozhraní

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestRunEventArgs