This documentation is archived and is not being maintained.

TeamFoundationTrace::Info Method (String)

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^ information
)

Parameters

information
Type: System::String

The message to write.

Uses the General category and Info level.

Show: