Aracılığıyla paylaş


DataCollectionEvents.SessionPause Olay

Sınama oturumu durakladığında oluşturuldu.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

'Bildirim
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 olayları desteklemez.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataCollectionEvents Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı