ITip.MergeResults Method

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)

Syntax

'Declaration
Function MergeResults ( _
    inMemory As TestResult, _
    fromTheWire As TestResultMessage _
) As TestResult
TestResult MergeResults(
    TestResult inMemory,
    TestResultMessage fromTheWire
)
TestResult^ MergeResults(
    TestResult^ inMemory, 
    TestResultMessage^ fromTheWire
)
abstract MergeResults : 
        inMemory:TestResult * 
        fromTheWire:TestResultMessage -> TestResult 
function MergeResults(
    inMemory : TestResult, 
    fromTheWire : TestResultMessage
) : TestResult

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResult
A TestResult object that contains the merged contents.

.NET Framework Security

See Also

Reference

ITip Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestResult

TextTestResultMessage