ITracer::Trace Method (TraceEventType, String^)

Visual Studio 2015
 

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

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

void Trace(
	TraceEventType eventType,
	String^ message
)

Parameters

eventType
Type: System.Diagnostics::TraceEventType

message
Type: System::String^

Return to top
Show: