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.

ITestSuiteHelper::BeginCloneOperation Method (ITestSuiteBase^, IStaticTestSuite^, CloneOptions^)

 

Performs a Clone operation of the source suite under the specified target suite.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

int BeginCloneOperation(
	ITestSuiteBase^ source,
	IStaticTestSuite^ destination,
	CloneOptions^ options
)

Return Value

Type: System::Int32

The newly created suite.

Return to top
Show: