Tracer::TraceVerbose Method (String^, array<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,
	... array<Object^>^ args
) sealed

Parameters

message
Type: System::String^

The message.

args
Type: array<System::Object^>^

The set of arguments.

Return to top
Show: