This documentation is archived and is not being maintained.

TeamFoundationTrace::IsTracing Method (String)

Check to see whether tracing is enabled for any of the specified keywords.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static bool IsTracing(
	String^ keyword
)

Parameters

keyword
Type: System::String

Keyword

Return Value

Type: System::Boolean
True if tracing is enabled for any of the keywords

Show: