ITestPlanHelper.GetCloneOperationInformation Method (Int32)
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
ITestPlanHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top