NullEvent Class

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

Describes a null point, which is a point that can be ignored.

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

Syntax

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

Inheritance Hierarchy

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

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

NullEvent Members

Microsoft.VisualStudio.TraceLog Namespace