Share via


FilteredStreamChain.FilteredEvent(EventToken) Method

Definition

Gets a value that determines if the event pointed to by token is in the filter list or not.

protected:
 bool FilteredEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
bool FilteredEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
protected bool FilteredEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token);
member this.FilteredEvent : Microsoft.VisualStudio.IntelliTrace.EventToken -> bool
Protected Function FilteredEvent (token As EventToken) As Boolean

Parameters

token
EventToken

The EventToken to check.

Returns

True if token points to an event in the filter list; otherwise, false.

Applies to