TestResult.TraceInfo Property
Gets the trace information for the associated test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")]
public TestExecutionTraceInformation TraceInfo { get; }
public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")]
property TestExecutionTraceInformation^ TraceInfo {
TestExecutionTraceInformation^ get();
}
[<ReadOnlyAttribute(true)>]
[<UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")>]
member TraceInfo : TestExecutionTraceInformation with get
<ReadOnlyAttribute(True)>
<UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")>
Public ReadOnly Property TraceInfo As TestExecutionTraceInformation
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation
The trace information for the associated test.
See Also
TestExecutionTraceInformation
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace
Return to top