Freigeben über


DataCollectionEvents.TestStepEnd-Ereignis

Wird ausgelöst, wenn ein Testschritt endet.

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

Syntax

'Declaration
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>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectionEvents Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace