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.
TestResult::TraceInfo Property
Gets the trace information for the associated test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: [ReadOnlyAttribute(true)] [UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")] property TestExecutionTraceInformation^ TraceInfo { TestExecutionTraceInformation^ get(); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::TestExecutionTraceInformation^The trace information for the associated test.
Show: