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)
Syntax
'Declaration
Public Sub AppendTrace ( _
    trace As String _
)
public void AppendTrace(
    string trace
)
public:
void AppendTrace(
    String^ trace
)
member AppendTrace : 
        trace:string -> unit
public function AppendTrace(
    trace : String
)
Parameters
- trace 
 Type: String- Raw trace data. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.