Share via


TestExecutionTraceInformation Class

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestExecutionTraceInformation _
    Implements ICloneable, IXmlTestStore
'Usage
Dim instance As TestExecutionTraceInformation
[SerializableAttribute]
public sealed class TestExecutionTraceInformation : ICloneable, 
    IXmlTestStore
[SerializableAttribute]
public ref class TestExecutionTraceInformation sealed : ICloneable, 
    IXmlTestStore
public final class TestExecutionTraceInformation implements ICloneable, IXmlTestStore

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestExecutionTraceInformation Members

Microsoft.VisualStudio.TestTools.Common Namespace