Tracer::TraceVerbose Method (String^, Object^, Object^)

Visual Studio 2015
 

Traces a verbose event.

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

public:
virtual void TraceVerbose(
	String^ message,
	Object^ arg0,
	Object^ arg1
) sealed

Parameters

message
Type: System::String^

The message.

arg0
Type: System::Object^

The first argument.

arg1
Type: System::Object^

The second argument.

Return to top
Show: