This documentation is archived and is not being maintained.

TeamFoundationTrace::Verbose Method (String)

Writes a detailed message to the trace output.

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

public:
static void Verbose(
	String^ info
)

Parameters

info
Type: System::String

The message to write to the trace.

Uses the General category and Verbose level.

Show: