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

Visual Studio 2015
 

Traces an event of the specified type with the specified message and arguments.

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

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

Parameters

eventType
Type: System.Diagnostics::TraceEventType

The event type.

message
Type: System::String^

The message.

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

The set of arguments.

Return to top
Show: