ITracer::Trace Method (TraceEventType, String^, 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,
	Object^ arg0
)

Parameters

eventType
Type: System.Diagnostics::TraceEventType

The event type.

message
Type: System::String^

The message.

arg0
Type: System::Object^

The argument.

Return to top
Show: