CheckpointStreamEventChain.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. The point type must be one that is allowed in 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 CheckpointStreamEventChain
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
- chainEvent
Type: Microsoft.VisualStudio.TraceLog.ChainEvent
The point to check.
Return Value
Type: System.Boolean
True if the point is a valid event type for this chain; otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CheckpointStreamEventChain Class