TraceFilter.IsMatch Method (TraceEvent%)

Returns true if the given trace set matches the current filter

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function IsMatch ( _
    ByRef traceSet As TraceEvent _
) As Boolean
public bool IsMatch(
    ref TraceEvent traceSet
)
public:
bool IsMatch(
    TraceEvent% traceSet
)
member IsMatch : 
        traceSet:TraceEvent byref -> bool
public function IsMatch(
    traceSet : TraceEvent
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TraceFilter Class

IsMatch Overload

Microsoft.TeamFoundation.Framework.Server Namespace