Tip.MergeResults Method

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResult

Implements

ITip.MergeResults(TestResult, TestResultMessage)

Permissions

See Also

Reference

Tip Class

Tip Members

Microsoft.VisualStudio.TestTools.Common Namespace