Tracer::Trace Method (TraceEventType, String^, array<Object^>^)

Visual Studio 2015
 

Traces an event.

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

public:
virtual void Trace(
	TraceEventType eventType,
	String^ message,
	... array<Object^>^ args
) sealed

Parameters

eventType
Type: System.Diagnostics::TraceEventType

The type of event.

message
Type: System::String^

The message.

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

The set of arguments.

Return to top
Show: