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.

RunResultAndStatistics::CopyTo Method (TestRun^)

 

Copies a clone of this object to the TestRun::Result of the provided test run.

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

public:
void CopyTo(
	TestRun^ targetRun
)

Parameters

targetRun
Type: Microsoft.VisualStudio.TestTools.Common::TestRun^

A TestRun object.

Return to top
Show: