ITestAction.CopyToNewOwner Method (ITestBase)
Performs a deep copy of this action to a new owner.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestAction CopyToNewOwner(
ITestBase newOwner
)
ITestAction^ CopyToNewOwner(
ITestBase^ newOwner
)
abstract CopyToNewOwner :
newOwner:ITestBase -> ITestAction
Function CopyToNewOwner (
newOwner As ITestBase
) As ITestAction
Parameters
newOwner
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestBaseEither an ITestCase object or an ISharedStep object. Both derive from ITestBase.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAction
A copy of this test action.
See Also
ITestCase
ISharedStep
ITestBase
ITestAction Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top