Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestAction^ CopyToNewOwner(
	ITestBase^ newOwner
)

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.

Return to top
Show: