FilteredStreamChain.FilteredEvent Method

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Protected Function FilteredEvent ( _
    token As EventToken _
) As Boolean
protected bool FilteredEvent(
    EventToken token
)
protected:
bool FilteredEvent(
    EventToken token
)
member FilteredEvent : 
        token:EventToken -> bool
protected function FilteredEvent(
    token : EventToken
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

FilteredStreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace