The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestAction::CopyToNewOwner Method (ITestBase^)
Performs a deep copy of this action to a new owner.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- newOwner
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestBase^
Either 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.
Show: