TeamFoundationTrace.IsTracing Method
Include Protected Members
Include Inherited Members
Checks whether tracing is enabled for the specified category.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsTracing(String) | Check to see whether tracing is enabled for any of the specified keywords. | |
IsTracing(array<String[]) | Check to see whether tracing is enabled for any of the specified keywords. | |
IsTracing(String, TraceLevel) | Check to see whether tracing is enabled at the specified level for any of the keywords. | |
IsTracing(array<String[], TraceLevel) | Check to see whether tracing is enabled at the specified level for any of the keywords. |
Top