FilteredStreamChain.FilteredEvent(EventToken) 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.
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.