Evento DataCollectionEvents.SessionStart
Gerado quando uma sessão de teste é iniciado.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintaxe
'Declaração
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>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.