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
copy
Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessageA TestResultMessage object.
Remarks
This method is used by the Clone property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.