IntelliTraceTokenStreamChain.IsValidEventType(IntelliTraceEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.