This documentation is archived and is not being maintained.

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

Write a message to the trace output

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

public:
static void Verbose(
	array<String^>^ keywords, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

keywords
Type: array<System::String>

One or more keywords

format
Type: System::String

The string format to which args is applied

args
Type: array<System::Object>

One or more arguments

Show: