Information
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.

TestExecutionTraceInformation::AppendTrace Method (String^)

 

Appends more trace data to the current trace data.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
void AppendTrace(
	String^ trace
)

Parameters

trace
Type: System::String^

Raw trace data.

Return to top
Show: