ITracer::TraceInformation Method (String^)

Visual Studio 2015
 

Traces an information event with the specified message.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

void TraceInformation(
	String^ message
)

Parameters

message
Type: System::String^

The message.

Return to top
Show: