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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
int BeginCloneOperation(
ITestSuiteBase^ source,
IStaticTestSuite^ destination,
CloneOptions^ options
)
Parameters
- destination
- Type: Microsoft.TeamFoundation.TestManagement.Client::IStaticTestSuite^
- options
- Type: Microsoft.TeamFoundation.TestManagement.Client::CloneOptions^
Show: