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.

ITip::MergeResults Method (TestResult^, TestResultMessage^)

 

Merges an incoming test result text message into a test result in memory.

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

TestResult^ MergeResults(
	TestResult^ inMemory,
	TestResultMessage^ fromTheWire
)

Return Value

Type: Microsoft.VisualStudio.TestTools.Common::TestResult^

A TestResult object that contains the merged contents.

Return to top
Show: