TestSessionEvent Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes the common properties of a test session event.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public MustInherit Class TestSessionEvent _
Inherits OrdinalEvent
'Usage
Dim instance As TestSessionEvent
public abstract class TestSessionEvent : OrdinalEvent
public ref class TestSessionEvent abstract : public OrdinalEvent
[<AbstractClassAttribute>]
type TestSessionEvent =
class
inherit OrdinalEvent
end
public abstract class TestSessionEvent extends OrdinalEvent
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TraceLog.ChainEvent
Microsoft.VisualStudio.TraceLog.OrdinalEvent
Microsoft.VisualStudio.TraceLog.TestSessionEvent
Microsoft.VisualStudio.TraceLog.TestSessionEndEvent
Microsoft.VisualStudio.TraceLog.TestSessionPauseEvent
Microsoft.VisualStudio.TraceLog.TestSessionResumeEvent
Microsoft.VisualStudio.TraceLog.TestSessionStartEvent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.