ITracer::Trace Method (TraceEventType, String^, Object^)
Visual Studio 2015
Traces an event of the specified type with the specified message and arguments.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- eventType
-
Type:
System.Diagnostics::TraceEventType
The event type.
- message
-
Type:
System::String^
The message.
- arg0
-
Type:
System::Object^
The argument.
Show: