Zdarzenie DataCollectionEvents.SessionStart
Wywoływane, gdy sesja testowa rozpoczyna się.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Execution
Zestaw: Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Składnia
'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..