TestExecutionTraceInformation.AppendTrace(String) Method

Definition

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.

Applies to