FilteredStreamChain.SkipToNextUnfilteredEvent(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.
If the specified token points to an event that should be filtered for this FilteredStreamChain, skips all filtered events to the next event that is not in the filter list. If the specified token points to an event not in the filter list, the same EventToken is returned.
protected:
Microsoft::VisualStudio::IntelliTrace::EventToken SkipToNextUnfilteredEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
Microsoft::VisualStudio::IntelliTrace::EventToken SkipToNextUnfilteredEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token);
protected Microsoft.VisualStudio.IntelliTrace.EventToken SkipToNextUnfilteredEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token);
member this.SkipToNextUnfilteredEvent : Microsoft.VisualStudio.IntelliTrace.EventToken -> Microsoft.VisualStudio.IntelliTrace.EventToken
Protected Function SkipToNextUnfilteredEvent (token As EventToken) As EventToken
Parameters
- token
- EventToken
The starting EventToken.
Returns
The first EventToken that points to an event not in the filter list.