ITracer::TraceInformation Method (String^, Object^)

Visual Studio 2015
 

Traces an information event with the specified message and argument.

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

void TraceInformation(
	String^ message,
	Object^ arg0
)

Parameters

message
Type: System::String^

The message.

arg0
Type: System::Object^

The argument.

Return to top
Show: