Compartir a través de


DataCollectionEvents.SessionStart (Evento)

Se genera al iniciar una sesión de pruebas.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectionEvents Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)