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)

Syntax

int BeginCloneOperation(
    ITestSuiteBase source,
    IStaticTestSuite destination,
    CloneOptions options
)
int BeginCloneOperation(
    ITestSuiteBase^ source,
    IStaticTestSuite^ destination,
    CloneOptions^ options
)
abstract BeginCloneOperation : 
        source:ITestSuiteBase *
        destination:IStaticTestSuite *
        options:CloneOptions -> int
Function BeginCloneOperation (
    source As ITestSuiteBase,
    destination As IStaticTestSuite,
    options As CloneOptions
) As Integer

Parameters

Return Value

Type: System.Int32

The newly created suite.

See Also

BeginCloneOperation Overload
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top