ExceptionIndexStreamChain.IsValidEventType(IntelliTraceEvent) Method

Definition

Determines if the given IntelliTraceEvent is valid for this chain.

public:
 override bool IsValidEventType(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ chainEvent);
public:
 override bool IsValidEventType(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ chainEvent);
 override bool IsValidEventType(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent const & chainEvent);
public override bool IsValidEventType (Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent chainEvent);
override this.IsValidEventType : Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent -> bool
Public Overrides Function IsValidEventType (chainEvent As IntelliTraceEvent) As Boolean

Parameters

chainEvent
IntelliTraceEvent

The event to check.

Returns

True if the event is a valid IntelliTraceEvent for this chain; otherwise, false.

Applies to