This documentation is archived and is not being maintained.

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

Trace a message if the verbose level is set for the keywords

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

public:
static void Verbose(
	array<String^>^ keywords, 
	String^ info
)

Parameters

keywords
Type: array<System::String>

One or more keywords

info
Type: System::String

The message to write.

Show: