Udostępnij za pośrednictwem


Zdarzenie DataCollectionEvents.TestStepEnd

Uruchamiany po zakończeniu etapu badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
Public MustOverride Event TestStepEnd As EventHandler(Of TestStepEndEventArgs)
public abstract event EventHandler<TestStepEndEventArgs> TestStepEnd
public:
virtual   event EventHandler<TestStepEndEventArgs^>^ TestStepEnd {
    void add (EventHandler<TestStepEndEventArgs^>^ value);
    void remove (EventHandler<TestStepEndEventArgs^>^ value);
}
abstract TestStepEnd : IEvent<EventHandler<TestStepEndEventArgs>,
    TestStepEndEventArgs>
Język JScript nie obsługuje zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectionEvents Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution