Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- traceSet
Type: Microsoft.TeamFoundation.Framework.Server.TraceEvent%
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.