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
'Declaration
<UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")> _
Public ReadOnly Property TraceInfo As TestExecutionTraceInformation
[UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")]
public TestExecutionTraceInformation TraceInfo { get; }
[UserVisiblePropertyAttribute(L"{AC5D8201-BA36-410f-A719-485C5B664799}")]
public:
property TestExecutionTraceInformation^ TraceInfo {
TestExecutionTraceInformation^ get ();
}
[<UserVisiblePropertyAttribute("{AC5D8201-BA36-410f-A719-485C5B664799}")>]
member TraceInfo : TestExecutionTraceInformation with get
function get TraceInfo () : TestExecutionTraceInformation
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation
The trace information for the associated test.
.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.