This documentation is archived and is not being maintained.

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

Writes an informational message to the trace output.

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

public:
static void Info(
	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 Info level.

Show: