Chain.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.
When overridden in a derived class, determines if the given IntelliTraceEvent is valid for this chain.
public:
abstract bool IsValidEventType(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ chainEvent);
public:
abstract bool IsValidEventType(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ chainEvent);
abstract bool IsValidEventType(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent const & chainEvent);
public abstract bool IsValidEventType (Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent chainEvent);
abstract member IsValidEventType : Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent -> bool
Public MustOverride 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.