ITracer::Trace Method (TraceEventType, String^, array<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.
- args
-
Type:
array<System::Object^>^
The set of arguments.
Show: