Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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.