Freigeben über


DataCollectionEvents.SessionPause-Ereignis

Wird ausgelöst, wenn eine Testsitzung angehalten wird.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public MustOverride Event SessionPause As EventHandler(Of SessionPauseEventArgs)
public abstract event EventHandler<SessionPauseEventArgs> SessionPause
public:
virtual   event EventHandler<SessionPauseEventArgs^>^ SessionPause {
    void add (EventHandler<SessionPauseEventArgs^>^ value);
    void remove (EventHandler<SessionPauseEventArgs^>^ value);
}
abstract SessionPause : IEvent<EventHandler<SessionPauseEventArgs>,
    SessionPauseEventArgs>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectionEvents Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace