Sdílet prostřednictvím


DataCollectionEvents.TestStepStart – událost

Je aktivována při spuštění testu krok.

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

Syntaxe

'Deklarace
Public MustOverride Event TestStepStart As EventHandler(Of TestStepStartEventArgs)
public abstract event EventHandler<TestStepStartEventArgs> TestStepStart
public:
virtual  event EventHandler<TestStepStartEventArgs^>^ TestStepStart {
    void add (EventHandler<TestStepStartEventArgs^>^ value);
    void remove (EventHandler<TestStepStartEventArgs^>^ value);
}
abstract TestStepStart : IEvent<EventHandler<TestStepStartEventArgs>,
    TestStepStartEventArgs>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataCollectionEvents Třída

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