Partager via


DataCollectionEvents.TestCaseReset, événement

Déclenché lorsqu'un cas de test est réinitialisé.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

DataCollectionEvents Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms