Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultMessage Constructor

 

Initializes a new instance of the TestResultMessage class.

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

NameDescription
System_CAPS_protmethodTestResultMessage()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultMessage class.

System_CAPS_pubmethodTestResultMessage(ComputerInfo^, Guid, ITestElement^, TestMessageKind)

Obsolete.Initializes a new instance of the TestResultMessage class.

System_CAPS_pubmethodTestResultMessage(ComputerInfo^, Guid, TestMessageKind)

Obsolete.Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, and test result kind.

System_CAPS_protmethodTestResultMessage(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultMessage class from serialized XML data.

System_CAPS_pubmethodTestResultMessage(String^, Guid, ITestElement^, TestMessageKind)

Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, test element, and test result kind.

System_CAPS_pubmethodTestResultMessage(String^, Guid, TestMessageKind)

Initializes a new instance of the TestResultMessage class by using the provided computer name, test run ID, and test result kind.

System_CAPS_protmethodTestResultMessage(TestResultMessage^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultMessage class by using the provided test result message.

Return to top
Show: