ExceptionIndexStreamEventChain.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 valid 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 ExceptionIndexStreamEventChain
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
.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
ExceptionIndexStreamEventChain Class