Aracılığıyla paylaş


DataCollectionEvents.SessionStart Olay

Sınama oturumu başlatıldığında oluşturulur.

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

Sözdizimi

'Bildirim
Public MustOverride Event SessionStart As EventHandler(Of SessionStartEventArgs)
public abstract event EventHandler<SessionStartEventArgs> SessionStart
public:
virtual  event EventHandler<SessionStartEventArgs^>^ SessionStart {
    void add (EventHandler<SessionStartEventArgs^>^ value);
    void remove (EventHandler<SessionStartEventArgs^>^ value);
}
abstract SessionStart : IEvent<EventHandler<SessionStartEventArgs>,
    SessionStartEventArgs>
JScript olayları desteklemez.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataCollectionEvents Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı