This documentation is archived and is not being maintained.

TeamFoundationTrace::Verbose Method (String, array<Object>)

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^ format, 
	... array<Object^>^ args
)

Parameters

format
Type: System::String

The string format to which args is applied.

args
Type: array<System::Object>

One or more arguments.

Uses the General category and Verbose level.

Show: