Tracer::Trace Method (TraceEventType, String^, Object^)
Visual Studio 2015
Traces an event.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: virtual void Trace( TraceEventType eventType, String^ message, Object^ arg0 ) sealed
Parameters
- eventType
-
Type:
System.Diagnostics::TraceEventType
The type of event.
- message
-
Type:
System::String^
The message.
- arg0
- Type: System::Object^
Show: