Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets information about a Clone operation
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
CloneOperationInformation GetCloneOperationInformation(
int opId
)
CloneOperationInformation^ GetCloneOperationInformation(
int opId
)
abstract GetCloneOperationInformation :
opId:int -> CloneOperationInformation
Function GetCloneOperationInformation (
opId As Integer
) As CloneOperationInformation
Parameters
- opId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.CloneOperationInformation
See Also
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top