ChainEvent Class

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

Represents a recorded point from a running application.

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

Syntax

'Declaration
Public MustInherit Class ChainEvent
'Usage
Dim instance As ChainEvent
public abstract class ChainEvent
public ref class ChainEvent abstract
[<AbstractClassAttribute>]
type ChainEvent =  class end
public abstract class ChainEvent

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.ExceptionMarkerEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
    Microsoft.VisualStudio.TraceLog.SavedMetadataEvent

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

ChainEvent Members

Microsoft.VisualStudio.TraceLog Namespace