ITestSuiteHelper.GetCloneOperationInformation Method
Gets information about a Clone operation
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function GetCloneOperationInformation ( _
opId As Integer _
) As CloneOperationInformation
CloneOperationInformation GetCloneOperationInformation(
int opId
)
CloneOperationInformation^ GetCloneOperationInformation(
int opId
)
abstract GetCloneOperationInformation :
opId:int -> CloneOperationInformation
function GetCloneOperationInformation(
opId : int
) : CloneOperationInformation
Parameters
- opId
Type: Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.CloneOperationInformation
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.