TestExecutionTraceInformation.AppendTrace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends more trace data to the current trace data.
public:
void AppendTrace(System::String ^ trace);
public void AppendTrace (string trace);
member this.AppendTrace : string -> unit
Public Sub AppendTrace (trace As String)
Parameters
- trace
- String
Raw trace data.