Udostępnij za pośrednictwem


Zdarzenie DataCollectionEvents.TestCaseReset

Uruchamiany, jeśli w przypadku badania resetuje.

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

Składnia

'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectionEvents Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution