ThreadCheckpointEventChain.IsValidEventType Method

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

Determines if the given point is a valid point type for this chain.

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

Syntax

'Declaration
Public Overrides Function IsValidEventType ( _
    chainEvent As ChainEvent _
) As Boolean
'Usage
Dim instance As ThreadCheckpointEventChain
Dim chainEvent As ChainEvent
Dim returnValue As Boolean

returnValue = instance.IsValidEventType(chainEvent)
public override bool IsValidEventType(
    ChainEvent chainEvent
)
public:
virtual bool IsValidEventType(
    ChainEvent^ chainEvent
) override
abstract IsValidEventType : 
        chainEvent:ChainEvent -> bool 
override IsValidEventType : 
        chainEvent:ChainEvent -> bool 
public override function IsValidEventType(
    chainEvent : ChainEvent
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the point is a valid event type for this chain; otherwise false.

Remarks

The point type must be one that is allowed in this chain.

.NET Framework Security

See Also

Reference

ThreadCheckpointEventChain Class

ThreadCheckpointEventChain Members

Microsoft.VisualStudio.TraceLog Namespace