RunOutputTestResultMessage Class
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class RunOutputTestResultMessage _
Inherits TestResultMessage _
Implements ISerializable
'Usage
Dim instance As RunOutputTestResultMessage
[SerializableAttribute]
public sealed class RunOutputTestResultMessage : TestResultMessage,
ISerializable
[SerializableAttribute]
public ref class RunOutputTestResultMessage sealed : public TestResultMessage,
ISerializable
public final class RunOutputTestResultMessage extends TestResultMessage implements ISerializable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Common.TestMessage
Microsoft.VisualStudio.TestTools.Common.TestResultMessage
Microsoft.VisualStudio.TestTools.Common.RunOutputTestResultMessage
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.