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.
TestContext::WriteLine Method (String^, array<Object^>^)
When overridden in a derived class, used to write trace messages while the test is running.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- format
-
Type:
System::String^
The string that contains the trace message.
- args
-
Type:
array<System::Object^>^
Arguments to add to the trace message.
Show: