Partager via


DataCollectionEvents.SessionEnd, événement

Déclenché lorsqu'une session de test se termine.

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

Syntaxe

'Déclaration
Public MustOverride Event SessionEnd As EventHandler(Of SessionEndEventArgs)
public abstract event EventHandler<SessionEndEventArgs> SessionEnd
public:
virtual  event EventHandler<SessionEndEventArgs^>^ SessionEnd {
    void add (EventHandler<SessionEndEventArgs^>^ value);
    void remove (EventHandler<SessionEndEventArgs^>^ value);
}
abstract SessionEnd : IEvent<EventHandler<SessionEndEventArgs>,
    SessionEndEventArgs>
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