This documentation is archived and is not being maintained.
TeamFoundationTrace::IsTracing Method (array<String>, TraceLevel)
Visual Studio 2013
Check to see whether tracing is enabled at the specified level for any of the keywords.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- keywords
- Type: array<System::String>
One or more keywords
- traceLevel
- Type: System.Diagnostics::TraceLevel
Trace level
Return Value
Type: System::BooleanTrue if tracing is enable for any of the keywords at the trace level
- 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.
Show: