TestStepEvent 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 step event.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public MustInherit Class TestStepEvent _
    Inherits OrdinalEvent
'Usage
Dim instance As TestStepEvent
public abstract class TestStepEvent : OrdinalEvent
public ref class TestStepEvent abstract : public OrdinalEvent
[<AbstractClassAttribute>]
type TestStepEvent =  
    class
        inherit OrdinalEvent
    end
public abstract class TestStepEvent extends OrdinalEvent

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.TestStepEvent
        Microsoft.VisualStudio.TraceLog.TestStepEndEvent
        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.

See Also

Reference

TestStepEvent Members

Microsoft.VisualStudio.TraceLog Namespace