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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.