Udostępnij za pośrednictwem


Zdarzenie DataCollectionEvents.SessionEnd

Uruchamiany po zakończeniu sesji badania.

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

Składnia

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectionEvents Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution