TestStepStartEvent Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes a test step start event.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public NotInheritable Class TestStepStartEvent _
Inherits TestStepEvent
'Usage
Dim instance As TestStepStartEvent
public sealed class TestStepStartEvent : TestStepEvent
public ref class TestStepStartEvent sealed : public TestStepEvent
[<SealedAttribute>]
type TestStepStartEvent =
class
inherit TestStepEvent
end
public final class TestStepStartEvent extends TestStepEvent
Remarks
TestStepStartEvent is one of the events in the TestEventChain or TestStreamEventChain.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TraceLog.ChainEvent
Microsoft.VisualStudio.TraceLog.OrdinalEvent
Microsoft.VisualStudio.TraceLog.TestStepEvent
Microsoft.VisualStudio.TraceLog.TestStepStartEvent
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.