TestRunMessage Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class TestRunMessage
'Usage
Dim instance As TestRunMessage
[SerializableAttribute]
public class TestRunMessage
[SerializableAttribute]
public ref class TestRunMessage
public class TestRunMessage
[<SerializableAttribute>]
type TestRunMessage =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Framework.TestRunMessage

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

TestRunMessage Members

Microsoft.VisualStudio.TestTools.Framework Namespace