NotifyPointEvent Class

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

Describes a diagnostic point.

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

Syntax

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

Remarks

A diagnostic point is used to describe a specific point during an application's run. Typically this will be a point where the application interacts with the platform, library, or framework, or where the debugger interacts with the application during debugging.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.NotifyPointEvent

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

NotifyPointEvent Members

Microsoft.VisualStudio.TraceLog Namespace