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
- inMemory
Type: Microsoft.VisualStudio.TestTools.Common.TestResult
- fromTheWire
Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessage
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestResult
Implements
ITip.MergeResults(TestResult, TestResultMessage)
Permissions
- 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.