Freigeben über


DataCollectionEvents.TestCaseReset-Ereignis

Wird ausgelöst, wenn ein Testfall zurückgesetzt wird.

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

Syntax

'Declaration
Public MustOverride Event TestCaseReset As EventHandler(Of TestCaseResetEventArgs)
public abstract event EventHandler<TestCaseResetEventArgs> TestCaseReset
public:
virtual  event EventHandler<TestCaseResetEventArgs^>^ TestCaseReset {
    void add (EventHandler<TestCaseResetEventArgs^>^ value);
    void remove (EventHandler<TestCaseResetEventArgs^>^ value);
}
abstract TestCaseReset : IEvent<EventHandler<TestCaseResetEventArgs>,
    TestCaseResetEventArgs>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectionEvents Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace