ITip.MergeResults Method

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

Syntax

'宣言
Function MergeResults ( _
    inMemory As TestResult, _
    fromTheWire As TestResultMessage _
) As TestResult
'使用
Dim instance As ITip
Dim inMemory As TestResult
Dim fromTheWire As TestResultMessage
Dim returnValue As TestResult

returnValue = instance.MergeResults(inMemory, _
    fromTheWire)
TestResult MergeResults(
    TestResult inMemory,
    TestResultMessage fromTheWire
)
TestResult^ MergeResults(
    TestResult^ inMemory, 
    TestResultMessage^ fromTheWire
)
function MergeResults(
    inMemory : TestResult, 
    fromTheWire : TestResultMessage
) : TestResult

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResult

Permissions

See Also

Reference

ITip Interface

ITip Members

Microsoft.VisualStudio.TestTools.Common Namespace