TestResultMessage Constructor (TestResultMessage)

This API supports the .NET Framework 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.

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

Syntax

'Declaration
Protected Sub New ( _
    copy As TestResultMessage _
)
protected TestResultMessage(
    TestResultMessage copy
)
protected:
TestResultMessage(
    TestResultMessage^ copy
)
new : 
        copy:TestResultMessage -> TestResultMessage
protected function TestResultMessage(
    copy : TestResultMessage
)

Parameters

Remarks

This method is used by the Clone property.

.NET Framework Security

See Also

Reference

TestResultMessage Class

TestResultMessage Overload

Microsoft.VisualStudio.TestTools.Common Namespace

Clone