TestCaseResumeEvent Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Describes a test case resume event.

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

Syntax

'Declaration
Public NotInheritable Class TestCaseResumeEvent _
    Inherits TestCaseEvent
'Usage
Dim instance As TestCaseResumeEvent
public sealed class TestCaseResumeEvent : TestCaseEvent
public ref class TestCaseResumeEvent sealed : public TestCaseEvent
[<SealedAttribute>]
type TestCaseResumeEvent =  
    class
        inherit TestCaseEvent
    end
public final class TestCaseResumeEvent extends TestCaseEvent

Remarks

TestCaseResumeEvent 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.TestCaseEvent
        Microsoft.VisualStudio.TraceLog.TestCaseResumeEvent

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

TestCaseResumeEvent Members

Microsoft.VisualStudio.TraceLog Namespace