The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Trace::TraceInformation Method (String^, array<Object^>^)
.NET Framework (current version)
Writes an informational message to the trace listeners in the Listeners collection using the specified array of objects and formatting information.
Assembly: System (in System.dll)
public: [ConditionalAttribute("TRACE")] static void TraceInformation( String^ format, ... array<Object^>^ args )
Parameters
- format
-
Type:
System::String^
A format string that contains zero or more format items, which correspond to objects in the args array.
- args
-
Type:
array<System::Object^>^
An object array containing zero or more objects to format.
TraceInformation calls the TraceEvent methods in the trace listeners with the trace event type Information, passing the message content as an object array with formatting information. See the Format method for more information about the format and args parameters.
.NET Framework
Available since 2.0
Available since 2.0
Show: