Evento DataCollectionEvents.TestCaseReset
Gerado quando um caso de teste é redefinido.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.